Skip to content
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

HTCONDOR-2386: Add Fedora 40 to the build #2423

Merged
merged 1 commit into from
Apr 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions nmi_tools/glue/SubmitInfo.pm
Original file line number Diff line number Diff line change
Expand Up @@ -558,6 +558,7 @@ our %submit_info = (
'nmi-build:x86_64_Fedora32' => 'x86_64_Fedora',
'nmi-build:x86_64_Fedora38' => 'x86_64_Fedora',
'nmi-build:x86_64_Fedora39' => 'x86_64_Fedora',
'nmi-build:x86_64_Fedora40' => 'x86_64_Fedora',
'nmi-build:x86_64_AmazonLinux2023' => 'x86_64_Fedora',
'nmi-build:x86_64_openSUSE15' => 'x86_64_Fedora',

Expand Down
2 changes: 2 additions & 0 deletions nmi_tools/glue/build/make-tarball-from-rpms
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ elif [[ $dist == fc38 ]]; then
arch_dist="${arch}_Fedora38"
elif [[ $dist == fc39 ]]; then
arch_dist="${arch}_Fedora39"
elif [[ $dist == fc40 ]]; then
arch_dist="${arch}_Fedora40"
elif [[ $dist == leap15 ]]; then
arch_dist="${arch}_openSUSE15"
else
Expand Down
1 change: 1 addition & 0 deletions nmi_tools/nmi-build-platforms
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ x86_64_Windows10

# We want to build on Fedora because it is our "warning check" platform
docker://htcondor/nmi-build:x86_64_Fedora39-23070001
docker://htcondor/nmi-build:x86_64_Fedora40-23080000