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:
Matt Pharr 2022-03-23 05:52:02 -07:00
parent 3e9c29b42e
commit 81c2a8135b

View file

@ -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