-
Notifications
You must be signed in to change notification settings - Fork 4
fix: define both prefer and requires for packages:all
#48
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
Open
wdconinc
wants to merge
16
commits into
master
Choose a base branch
from
packages-all-prefer-require
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+27
−3
Open
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
5f3e65e
fix: define both prefer and requires for packages:all
wdconinc fc77206
fix: packages:all:prefer does not allow any_of
wdconinc 8ab731a
fix: package:all:prefer can use variants though
wdconinc 0b2af27
fix: packages: acts: require: ~ipo
wdconinc 3cef0c4
fix: packages: dd4hep: %clang
wdconinc c32aa75
fix: packages: acts: default to +ipo again
wdconinc 3b01070
Clarify compiler requirement comment for dd4hep
wdconinc df47fda
Grammar
wdconinc 31717d3
fix: packages: py-rich: require: @13:
wdconinc c0a5a33
fix: packages: py-beautifulsoup4: require: @7.16:
wdconinc 7473b52
fix: packages: py-beautifulsoup4: require: @4.12:
wdconinc 10f828b
fix: packages: py-jupyterlab: require: @4.3.5:
wdconinc 605d398
fix: packages: dd4hep: require: +edm4hep
wdconinc 61737a3
fix: {ci,xl}: packages: dd4hep: require: ~/+ddeve
wdconinc cb210c9
fix: {ci,xl}/epic: packages: geant4: require: ~/+opengl
wdconinc 02a268a
Disable fail-fast in build-push workflow
wdconinc File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -76,6 +76,7 @@ jobs: | |
| PLATFORM: linux/arm64 | ||
| runner: ubuntu-24.04-arm | ||
| arch: arm64 | ||
| fail-fast: false | ||
| steps: | ||
| - name: Checkout | ||
| uses: actions/checkout@v4 | ||
|
|
@@ -309,6 +310,7 @@ jobs: | |
| - arch: arm64 | ||
| runner: ubuntu-24.04-arm | ||
| PLATFORM: linux/arm64 | ||
| fail-fast: false | ||
| steps: | ||
| - name: Free Disk Space (Ubuntu) | ||
| uses: jlumbroso/[email protected] | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.