-
Notifications
You must be signed in to change notification settings - Fork 335
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
Refactor recipe build flows #1144
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. |
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.sh
calls in every step. Addingset -x
explicitly into step code instead.run-post: false
to avoid setup-miniconda cleaning up the Github Action VM as that is wiped after the run anywaysconcurrency
so that repeated pushes to a PR will cancel all previous builds to save resources and have faster feedback.