OK clang on linux seems to need that fix/change, disable for now

master
Pierre Joye 2021-08-30 02:58:57 +07:00
parent b0370d449b
commit 9c58bf5f62
1 changed files with 16 additions and 4 deletions

View File

@ -26,12 +26,24 @@ jobs:
cc: "gcc",
cxx: "g++"
}
# - {
# name: "Ubuntu x86 Clang",
# os: [self-hosted, linux, ARM64, aws],
# cc: "clang-12",
# cxx: "clang-cpp-12"
# }
- {
name: "Ubuntu x86 Clang",
os: ubuntu-latest,
cc: "clang-12",
cxx: "clang-cpp-12"
name: "Ubuntu Graviton GCC",
os: [self-hosted, Linux, ARM64, graviton],
cc: "gcc",
cxx: "g++"
}
# - {
# name: "Ubuntu Graviton Clang",
# os: [self-hosted, Linux, ARM64, graviton],
# cc: "clang-12",
# cxx: "clang-cpp-12"
# }
name: ${{ matrix.config.name }}
defaults:
run: