mirror of
https://github.com/mmp/pbrt-v4
synced 2026-09-26 16:20:07 +03:00
Disable clang-12 build in github actions.
Workaround multi-day github actions flakiness: E: Failed to fetch http://azure.archive.ubuntu.com/ubuntu/pool/universe/l/llvm-toolchain-12/libclang-12-dev_12.0.0-3ubuntu1~20.04.4_amd64.deb 404 Not Found [IP: 52.252.75.106 80] et al.
This commit is contained in:
parent
3e9c29b42e
commit
81c2a8135b
1 changed files with 5 additions and 4 deletions
9
.github/workflows/ci-cpu-linux.yml
vendored
9
.github/workflows/ci-cpu-linux.yml
vendored
|
|
@ -32,10 +32,11 @@ jobs:
|
|||
cc: "clang-11",
|
||||
cxx: "clang++-11",
|
||||
}
|
||||
- {
|
||||
cc: "clang-12",
|
||||
cxx: "clang++-12",
|
||||
}
|
||||
# WAR github actions flakiness
|
||||
# - {
|
||||
# cc: "clang-12",
|
||||
# cxx: "clang++-12",
|
||||
# }
|
||||
|
||||
fail-fast: false
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue