From 063bf431b8440be89be4417d2fd3745a7b3b4862 Mon Sep 17 00:00:00 2001 From: jmcarcell Date: Sun, 15 Dec 2024 22:26:10 +0100 Subject: [PATCH] Remove warning message for the nightlies --- scripts/cvmfs/setup-nightlies.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/cvmfs/setup-nightlies.sh b/scripts/cvmfs/setup-nightlies.sh index ac1a0016..56af5ca9 100644 --- a/scripts/cvmfs/setup-nightlies.sh +++ b/scripts/cvmfs/setup-nightlies.sh @@ -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