-
Notifications
You must be signed in to change notification settings - Fork 606
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
[BUG] openImageIO/2.4.12.0/src/build-scripts/build_llvm.bash has bad pull URL #3891
Comments
See where it says "error"? That is where in the script it should substitute You can see the logic here: https://github.com/OpenImageIO/oiio/blob/master/src/build-scripts/build_llvm.bash#L15 So I think what is happening is that this script is only meant to be run as part of our CI, so expects either I'm going to guess that you're trying to run this script standalone to download, build, and install LLVM, but it seems it wasn't meant for that. (Now, maybe it should be! But it currently isn't.) |
* Remove leftover logic from when we used TravisCI. * Pick a default for LLVM_DISTRO_NAME so it works when the script is run standalone when not on GitHub Actions CI. (But it's still really only meant to run on x86 Ubuntu, and not designed for anything useful outside of our CI.) * Eliminate all the complexity with old LLVM versions -- in practice, our CI only uses this to download fairly modern clang versions. Fixes #3891 Signed-off-by: Larry Gritz <[email protected]>
* Remove leftover logic from when we used TravisCI. * Pick a default for LLVM_DISTRO_NAME so it works when the script is run standalone when not on GitHub Actions CI. (But it's still really only meant to run on x86 Ubuntu, and not designed for anything useful outside of our CI.) * Eliminate all the complexity with old LLVM versions -- in practice, our CI only uses this to download fairly modern clang versions. Fixes AcademySoftwareFoundation#3891 Signed-off-by: Larry Gritz <[email protected]>
Describe the bug
Would appear there's been things moved on GitHub that the llvm build script needs and now it fails to download thus making extraction fail.
To Reproduce
Steps to reproduce the behavior:
src/build-scripts/build_llvm.bash
Expected behavior
Need this to build as expected.
Evidence
Visiting the URL provided in bash script shows 404 on GitHub.
Error log:
Platform information:
The text was updated successfully, but these errors were encountered: