Skip to content

Commit

Permalink
Comment out some broken builds. See compiler-explorer/clang-builder#28
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgodbolt committed Nov 1, 2021
1 parent fb725ad commit dfa3cfb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/daily-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,11 @@ jobs:
- { image: clang, build_name: clang_lifetime, command: build.sh, build: lifetime-trunk }
- { image: clang, build_name: clang_llvmflang, command: build.sh, build: llvmflang-trunk }
- { image: clang, build_name: clang_patmat, command: build.sh, build: patmat-trunk }
- { image: clang, build_name: clang_embed, command: build.sh, build: embed-trunk }
- { image: clang, build_name: llvm_spirv, command: build.sh, build: llvm-spirv }
- { image: clang, build_name: clang_parmexpr, command: build-parmexpr.sh, build: trunk }
# see https://github.com/compiler-explorer/clang-builder/issues/28
#- { image: clang, build_name: clang_embed, command: build.sh, build: embed-trunk }
# see https://github.com/compiler-explorer/clang-builder/issues/29
#- { image: clang, build_name: llvm_spirv, command: build.sh, build: llvm-spirv }

name: Daily build of ${{ matrix.build_name }}
runs-on: [ 'ce', 'ubuntu' ]
Expand Down

0 comments on commit dfa3cfb

Please sign in to comment.