Skip to content

Commit 5e84e1e

Browse files
committed
[CI] Temporarily disable gcc builds as they fail to work with python binding regeneration
1 parent 3210431 commit 5e84e1e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ jobs:
2626
fail-fast: false
2727
matrix:
2828
include:
29-
- {os: ubuntu-24.04, cxx: g++, clang_cxx: clang++-19}
29+
#- {os: ubuntu-24.04, cxx: g++, clang_cxx: clang++-19}
3030
- {os: ubuntu-24.04, cxx: clang++-19, clang_cxx: clang++-19}
31-
- {os: macos-15, cxx: g++-15, clang_cxx: clang++}
31+
#- {os: macos-15, cxx: g++-15, clang_cxx: clang++}
3232
- {os: macos-15, cxx: clang++, clang_cxx: clang++}
3333

3434
runs-on: ${{ matrix.os }}

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def platforms = [:]
2525

2626
/****************** linux builds (in docker) */
2727
/* Each platform must have a corresponding Dockerfile.PLATFORM in triqs/packaging */
28-
def dockerPlatforms = ["ubuntu-clang", "ubuntu-gcc", "sanitize"]
28+
def dockerPlatforms = ["ubuntu-clang", "sanitize"]
2929
/* .each is currently broken in jenkins */
3030
for (int i = 0; i < dockerPlatforms.size(); i++) {
3131
def platform = dockerPlatforms[i]

0 commit comments

Comments
 (0)