-
Notifications
You must be signed in to change notification settings - Fork 21
Rework toolchain building flow #92
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
Conversation
497c115 to
864df9b
Compare
f92d559 to
c7148cb
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The build-clang-with-args.sh usage string is missing the corresponding update?
7d17be6 to
d4f7ea1
Compare
|
I did a release run on my fork here: https://github.com/jwnrt/lowrisc-toolchains/actions/runs/16989098118 Which created this release: https://github.com/jwnrt/lowrisc-toolchains/releases/tag/test-2025-08-15-v2 And I've done an OpenTitan CI run with this release here: https://github.com/lowRISC/opentitan/actions/runs/16990654911/job/48172327473 |
We were no longer building this.
The output directory is reused in CI so that the Clang tarball includes the GCC and Binutils parts of the toolchain. It doesn't make sense to me to prepare the tarballs inside the build scripts when they bleed into each other. This commit changes CI to prepare a single tarball including GCC, Clang, and Binutils.
d4f7ea1 to
4076dd0
Compare
|
|
Signed-off-by: James Wainwright <[email protected]>
4076dd0 to
aa7bb80
Compare
Uh oh!
There was an error while loading. Please reload this page.