summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorPierre Joye <pierre.php@gmail.com>2021-08-31 14:29:56 +0700
committerPierre Joye <pierre.php@gmail.com>2021-08-31 14:29:56 +0700
commit998eb8c9db2d97e1c5ab9e50025d18883f0aea59 (patch)
tree15f6937f092ab198df9eda85c1817d186e01ead6 /.github
parent306cdf5d7cbde9b1e813b852e632aa470076a1ba (diff)
downloadlibgd-998eb8c9db2d97e1c5ab9e50025d18883f0aea59.tar.gz
let see if that fix that damned yaml
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci_ubuntu.yml14
1 files changed, 8 insertions, 6 deletions
diff --git a/.github/workflows/ci_ubuntu.yml b/.github/workflows/ci_ubuntu.yml
index fc1e4ed..a40c078 100644
--- a/.github/workflows/ci_ubuntu.yml
+++ b/.github/workflows/ci_ubuntu.yml
@@ -33,12 +33,6 @@ jobs:
cc: "clang-12",
cxx: "clang-cpp-12"
}
- #- {
- # name: "Ubuntu Graviton Clang",
- # os: [self-hosted, Linux, ARM64, graviton],
- # cc: "clang-12",
- # cxx: "clang-cpp-12"
- # }
- {
name: "Ubuntu Graviton GCC",
os: [self-hosted, Linux, ARM64, graviton],
@@ -47,6 +41,14 @@ jobs:
cflags: "-march=armv8.2-a+fp16+rcpc+dotprod+crypto+sve -mtune=neoverse-n1"
}
+# - {
+# name: "Ubuntu Graviton Clang",
+# os: [self-hosted, Linux, ARM64, graviton],
+# cc: "clang-12",
+# cxx: "clang-cpp-12"
+# }
+
+
name: ${{ matrix.config.name }}
defaults:
run: