summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorPierre Joye <pierre.php@gmail.com>2021-08-30 02:58:57 +0700
committerPierre Joye <pierre.php@gmail.com>2021-08-30 02:58:57 +0700
commit9c58bf5f62b782b04c6f4d7895282601bdf09ff4 (patch)
tree19959febc8126bc4ab288a2eee9f56bd557669e5 /.github
parentb0370d449b69e32e1703ee08bbc2270824e54714 (diff)
downloadlibgd-9c58bf5f62b782b04c6f4d7895282601bdf09ff4.tar.gz
OK clang on linux seems to need that fix/change, disable for now
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci_ubuntu.yml20
1 files changed, 16 insertions, 4 deletions
diff --git a/.github/workflows/ci_ubuntu.yml b/.github/workflows/ci_ubuntu.yml
index 0af5d09..dab0a6c 100644
--- a/.github/workflows/ci_ubuntu.yml
+++ b/.github/workflows/ci_ubuntu.yml
@@ -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: