Skip to content

Commit

Permalink
Disbaled builds with clang
Browse files Browse the repository at this point in the history
  • Loading branch information
Ozaq committed Oct 26, 2023
1 parent 7309819 commit 2656962
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cibuildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
toolchain: [ {cc: clang, cxx: clang++}, {cc: gcc, cxx: g++} ]
# Disabled clang build until this is fixed: https://github.com/actions/runner-images/issues/8659
# toolchain: [ {cc: clang, cxx: clang++}, {cc: gcc, cxx: g++} ]
toolchain: [ {cc: gcc, cxx: g++} ]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 2656962

Please sign in to comment.