Skip to content

Commit

Permalink
Disable gcc build
Browse files Browse the repository at this point in the history
gcc-14 on ubuntu crashes. Possible fix in gcc-15:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115159
  • Loading branch information
Kicer86 committed Aug 25, 2024
1 parent 3b7e345 commit b8b1d50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fail-fast: false
matrix:
compiler:
- { compiler: GNU, CC: gcc-14, CXX: g++-14 }
# - { compiler: GNU, CC: gcc-14, CXX: g++-14 }
- { compiler: LLVM, CC: clang, CXX: clang++ }
build: [Release]
shared: [TRUE, FALSE]
Expand Down

0 comments on commit b8b1d50

Please sign in to comment.