We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c489c90 commit 5bbf2ddCopy full SHA for 5bbf2dd
src/ci/github-actions/jobs.yml
@@ -85,12 +85,12 @@ pr:
85
- image: mingw-check-tidy
86
continue_on_error: true
87
<<: *job-linux-4c
88
- - image: x86_64-gnu-llvm-17
89
- env:
90
- ENABLE_GCC_CODEGEN: "1"
91
- <<: *job-linux-16c
92
- - image: x86_64-gnu-tools
93
+ #- image: x86_64-gnu-llvm-17
+ # env:
+ # ENABLE_GCC_CODEGEN: "1"
+ # <<: *job-linux-16c
+ #- image: x86_64-gnu-tools
94
95
# Jobs that run when you perform a try build (@bors try)
96
# These jobs automatically inherit envs.try, to avoid repeating
0 commit comments