Skip to content

Commit

Permalink
Add Fedora 41 to portability testing (chapel-lang#26805)
Browse files Browse the repository at this point in the history
This PR adds apptainer image definition files for Fedora 41 for use in
portability testing.

Reviewed by @arezaii - thanks!
  • Loading branch information
mppf authored Mar 3, 2025
2 parents e8ff8ee + 53a7fc3 commit bbe1adf
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 1 deletion.
11 changes: 11 additions & 0 deletions util/devel/test/apptainer/current/fedora-41-nollvm/image.def
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 "$@"
13 changes: 13 additions & 0 deletions util/devel/test/apptainer/current/fedora-41/image.def
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 "$@"
4 changes: 3 additions & 1 deletion util/devel/test/vagrant/README-distro-timelines.txt
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,9 @@ x 37 EOL Nov 2023
x 38 EOL May 2024
x 39 EOL Nov 2024
40 EOL May 2025
41 release Oct 2024
41 EOL Nov 2025
42 release Apr 2025
43 release Nov 2025

FreeBSD -- see https://www.freebsd.org/security/unsupported.html
-- and https://app.vagrantup.com/freebsd
Expand Down

0 comments on commit bbe1adf

Please sign in to comment.