Skip to content

Commit

Permalink
Temporarily disable Clang CI builds due to Qt6 linker issues (#294)
Browse files Browse the repository at this point in the history
  • Loading branch information
offa committed Sep 13, 2024
1 parent d42e1f2 commit 2c16843
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
compiler:
- gcc:14
- gcc:13
- clang:18
- clang:17
# - clang:18 # Broken Qt6 (#294)
# - clang:17
container:
image: "registry.gitlab.com/offa/docker-images/${{ matrix.compiler }}"
name: "${{ matrix.compiler }}"
Expand Down
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ build:
matrix:
- COMPILER: gcc
VERSION: [14, 13]
- COMPILER: clang
VERSION: [18, 17]
# - COMPILER: clang # Broken Qt6 (#294)
# VERSION: [18, 17]
image: registry.gitlab.com/offa/docker-images/${COMPILER}:${VERSION}
script:
- script/ci_setup.sh
Expand Down

0 comments on commit 2c16843

Please sign in to comment.