Skip to content

Commit

Permalink
Remove warning message for the nightlies
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Dec 15, 2024
1 parent 5e7831f commit 063bf43
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions scripts/cvmfs/setup-nightlies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,3 @@ echo "Nightly builds are intended for testing and development, if you need a sta
echo "If you have any issues, comments or requests, open an issue at https://github.com/key4hep/key4hep-spack/issues"
source ${setup_actual}
echo "Tip: A new -d flag can be used to access debug builds, otherwise the default is the optimized build"
if [ "$os" = "almalinux9" ]; then
echo "Warning: The default compiler for AlmaLinux 9 has changed to GCC 14. A new -c flag can be used to select the compiler, to go back to the system compiler use '-c gcc11'"
fi

0 comments on commit 063bf43

Please sign in to comment.