forked from chapel-lang/chapel
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Fedora 41 to portability testing (chapel-lang#26805)
This PR adds apptainer image definition files for Fedora 41 for use in portability testing. Reviewed by @arezaii - thanks!
- Loading branch information
Showing
3 changed files
with
27 additions
and
1 deletion.
There are no files selected for viewing
11 changes: 11 additions & 0 deletions
11
util/devel/test/apptainer/current/fedora-41-nollvm/image.def
This file contains 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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
BootStrap: docker | ||
From: quay.io/fedora/fedora:41 | ||
|
||
%files | ||
../../provision-scripts/* /provision-scripts/ | ||
|
||
%post | ||
/provision-scripts/dnf-deps.sh | ||
|
||
%runscript | ||
../../provision-scripts/run.sh "$@" |
This file contains 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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
BootStrap: docker | ||
From: quay.io/fedora/fedora:41 | ||
|
||
%files | ||
../../provision-scripts/* /provision-scripts/ | ||
|
||
%post | ||
/provision-scripts/dnf-deps.sh | ||
# installs llvm / clang version ??? | ||
/provision-scripts/dnf-llvm.sh | ||
|
||
%runscript | ||
../../provision-scripts/run.sh "$@" |
This file contains 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