mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-07 21:01:37 +00:00
fix(CI): replace clang-9 with clang-8 (#5877)
This commit is contained in:
2
.github/workflows/core_build.yml
vendored
2
.github/workflows/core_build.yml
vendored
@@ -26,7 +26,7 @@ jobs:
|
||||
modules: without
|
||||
extra_logs: false
|
||||
- os: ubuntu-20.04
|
||||
compiler: clang9
|
||||
compiler: clang8
|
||||
modules: without
|
||||
extra_logs: false
|
||||
- os: ubuntu-18.04
|
||||
|
||||
@@ -53,6 +53,12 @@ case $COMPILER in
|
||||
echo "CCOMPILERCXX=\"clang++-6.0\"" >> ./conf/config.sh
|
||||
;;
|
||||
|
||||
"clang8" )
|
||||
time sudo apt-get install -y clang-8
|
||||
echo "CCOMPILERC=\"clang-8\"" >> ./conf/config.sh
|
||||
echo "CCOMPILERCXX=\"clang++-8\"" >> ./conf/config.sh
|
||||
;;
|
||||
|
||||
"clang9" )
|
||||
time sudo apt-get install -y clang-9
|
||||
echo "CCOMPILERC=\"clang-9\"" >> ./conf/config.sh
|
||||
|
||||
@@ -58,6 +58,12 @@ case $COMPILER in
|
||||
echo "CCOMPILERCXX=\"clang++-6.0\"" >> ./conf/config.sh
|
||||
;;
|
||||
|
||||
"clang8" )
|
||||
time sudo apt-get install -y clang-8
|
||||
echo "CCOMPILERC=\"clang-8\"" >> ./conf/config.sh
|
||||
echo "CCOMPILERCXX=\"clang++-8\"" >> ./conf/config.sh
|
||||
;;
|
||||
|
||||
"clang9" )
|
||||
time sudo apt-get install -y clang-9
|
||||
echo "CCOMPILERC=\"clang-9\"" >> ./conf/config.sh
|
||||
|
||||
Reference in New Issue
Block a user