Skip to content
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

[GCC toolchain builder] Provide means of throttling parallel builds. #1680

Conversation

zchamski
Copy link
Contributor

@zchamski zchamski commented Dec 7, 2023

Changed files:

  • README.md (Build Model>Prerequisites): Describe use of NUM_JOBS for building the toolchain.
  • util/gcc-toolchain-builder/build-toolchain.sh (NUM_JOBS): New. (build binutils-gdb): Use NUM_JOBS to throttle parallel MAKE operation. (build gcc): Ditto. (build newlib): Ditto.

zchamski and others added 2 commits December 6, 2023 17:41
* README.md (Build Model>Prerequisites): Describe use of NUM_JOBS for
  building the toolchain.
* util/gcc-toolchain-builder/build-toolchain.sh (NUM_JOBS): New.
  (build binutils-gdb): Use NUM_JOBS to throttle parallel MAKE operation.
  (build gcc): Ditto.
  (build newlib): Ditto.
* util/gcc-toolchain-builder/build-toolchain.sh (NUM_JOBS): Surround uses
  by double quotes instead of braces to better catch malformed values.
Copy link
Contributor

github-actions bot commented Dec 7, 2023

✔️ successful run, report available here.

@JeanRochCoulon JeanRochCoulon merged commit 2745f3e into openhwgroup:master Dec 7, 2023
18 of 19 checks passed
@zchamski zchamski deleted the feature/throttle-builds branch December 7, 2023 14:31
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