-
Notifications
You must be signed in to change notification settings - Fork 102
Comparing changes
Open a pull request
base repository: sgerrand/docker-glibc-builder
base: 2.38-0
head repository: sgerrand/docker-glibc-builder
compare: main
- 10 commits
- 4 files changed
- 1 contributor
Commits on Mar 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 87d31b6 - Browse repository at this point
Copy the full SHA 87d31b6View commit details
Commits on Mar 2, 2024
-
Merge pull request #58 from sgerrand/glibc-2.39
Bump glibc version to 2.39
Configuration menu - View commit details
-
Copy full SHA for 4518f37 - Browse repository at this point
Copy the full SHA 4518f37View commit details
Commits on Apr 19, 2024
-
Update deprecated deploy step in CircleCI config
> This job is using a deprecated deploy step, please update .circleci/config.yml to use a run step As per: https://circleci.com/docs/migrate-from-deploy-to-run/
Configuration menu - View commit details
-
Copy full SHA for df4148c - Browse repository at this point
Copy the full SHA df4148cView commit details -
Merge pull request #59 from sgerrand/ci-update-deprecated-deploy-step
CI: Update deprecated deploy step in CircleCI config
Configuration menu - View commit details
-
Copy full SHA for 2ce76df - Browse repository at this point
Copy the full SHA 2ce76dfView commit details
Commits on Jun 25, 2024
-
Configure parallel
make
recipesGNU make supports running multiple "jobs" or "recipes" simultaneously, which should speed up the compilation stage. See: https://www.gnu.org/software/make/manual/html_node/Parallel.html
Configuration menu - View commit details
-
Copy full SHA for 1033f53 - Browse repository at this point
Copy the full SHA 1033f53View commit details -
Explicitly declare resource class per executor
- compilation needs more CPUs, "large" is the biggest available on a free plan. - uploading artefacts only needs a single CPU and little memory. See: https://circleci.com/docs/using-docker/#x86, https://circleci.com/pricing
Configuration menu - View commit details
-
Copy full SHA for a7fd43f - Browse repository at this point
Copy the full SHA a7fd43fView commit details -
Merge pull request #62 from sgerrand/make-use-parallel-jobs
Parallel `make` recipes
Configuration menu - View commit details
-
Copy full SHA for 8d56b1d - Browse repository at this point
Copy the full SHA 8d56b1dView commit details -
Experiment with specifying Arm resource class
There are a few different ways to cross compile glibc, this way uses CircleCI's resource classes which are available for using Arm with "Remote Docker": https://circleci.com/docs/using-docker/#arm
Configuration menu - View commit details
-
Copy full SHA for c100914 - Browse repository at this point
Copy the full SHA c100914View commit details -
Configuration menu - View commit details
-
Copy full SHA for cefd005 - Browse repository at this point
Copy the full SHA cefd005View commit details
Commits on Jun 27, 2024
-
Merge pull request #61 from sgerrand/ci-build-with-arm
CI: build artefacts for Arm
Configuration menu - View commit details
-
Copy full SHA for 85ebad3 - Browse repository at this point
Copy the full SHA 85ebad3View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 2.38-0...main