Skip to content

Optimize the building script by making a shallow clone #359

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: unified
Choose a base branch
from

Conversation

pasabanov
Copy link

@pasabanov pasabanov commented Apr 9, 2025

Brief

This pull request includes a small change to the .github/README.md file. The change modifies the git clone command to use the --depth 1 option, which reduces the clone size by only fetching the latest commit.

This reduces the download time from approximately 1.05s user 0.23s system 65% cpu 1.947 total to approximately user 0.04s system 10% cpu 0.999 total in my case and the download size from 7.6 megabytes to 540 kilobytes.

@iskunk
Copy link
Contributor

iskunk commented Apr 23, 2025

Hi @pasabanov,

I appreciate the doc update, but note that the doc is for a dead process. There is no current version of ungoogled-chromium that can be built in the manner described in that README; the only up-to-date means available here is that under the convert/ subdirectory.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants