Skip to content

Commit

Permalink
- disabled clang 6 in continuous integration
Browse files Browse the repository at this point in the history
I cannot reproduce this compilation error with up-to-date Ubuntu 20.04
  • Loading branch information
alexey-lysiuk committed May 12, 2021
1 parent 31b1d76 commit ddcf153
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/continuous_integration.yml
Expand Up @@ -48,14 +48,14 @@ jobs:
deps_cmdline: "sudo apt update && sudo apt install g++-10 libsdl2-dev libgtk-3-dev",
build_type: "MinSizeRel"
}
- {
name: "Linux Clang 6",
os: ubuntu-20.04,
extra_options: "-DCMAKE_C_COMPILER=clang-6.0 -DCMAKE_CXX_COMPILER=clang++-6.0 \
-DDYN_FLUIDSYNTH=OFF -DDYN_OPENAL=OFF -DDYN_SNDFILE=OFF -DDYN_MPG123=OFF",
deps_cmdline: "sudo apt update && sudo apt install clang-6.0 libsdl2-dev libopenal-dev libfluidsynth-dev libmpg123-dev libsndfile1-dev",
build_type: "Debug"
}
# - {
# name: "Linux Clang 6",
# os: ubuntu-20.04,
# extra_options: "-DCMAKE_C_COMPILER=clang-6.0 -DCMAKE_CXX_COMPILER=clang++-6.0 \
# -DDYN_FLUIDSYNTH=OFF -DDYN_OPENAL=OFF -DDYN_SNDFILE=OFF -DDYN_MPG123=OFF",
# deps_cmdline: "sudo apt update && sudo apt install clang-6.0 libsdl2-dev libopenal-dev libfluidsynth-dev libmpg123-dev libsndfile1-dev",
# build_type: "Debug"
# }
- {
name: "Linux Clang 11",
os: ubuntu-20.04,
Expand Down

0 comments on commit ddcf153

Please sign in to comment.