-
Notifications
You must be signed in to change notification settings - Fork 350
Refactor recipe build flows #1144
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
f082bee to
94bafe1
Compare
|
latest triggers in my fork of
the tests currently fail with |
|
The latest test run for llvmlite on windows passed: https://github.com/dbast/llvmlite/actions/runs/13176019487 -- @dbast was missing tags from their fork. |
esc
left a comment
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.
LGTM this has been tested across various runs. Any other issues to be addressed in subsequent PRs.
Refactoring the existing llvm build workflow into one:
bash -elx {0}as that pollutes the Action log due to the implicitsource "$CONDA/etc/profile.d/conda.shcalls in every step. Addingset -xexplicitly into step code instead.run-post: falseto avoid setup-miniconda cleaning up the Github Action VM as that is wiped after the run anywaysconcurrencyso that repeated pushes to a PR will cancel all previous builds to save resources and have faster feedback.