summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2020-11-20 22:32:12 +0000
committerGitHub <noreply@github.com>2020-11-20 22:32:12 +0000
commit938cf143116a4eef21e19424b098e277226fe9e1 (patch)
tree8499e85f3951717e7fb5301a7b4266c127142989
parentd8a08227caf6d5d5fc5593bbf00e178c8d2860ef (diff)
downloadlibgit2-938cf143116a4eef21e19424b098e277226fe9e1.tar.gz
ci: GitHub Actions for arm64
-rw-r--r--.github/workflows/nightly.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml
index c0e15539a..c5daeeab1 100644
--- a/.github/workflows/nightly.yml
+++ b/.github/workflows/nightly.yml
@@ -2,6 +2,7 @@
name: Nightly Build
on:
+ workflow_dispatch:
schedule:
- cron: '15 1 * * *'
@@ -65,6 +66,10 @@ jobs:
SKIP_NEGOTIATE_TESTS: true
ASAN_SYMBOLIZER_PATH: /usr/bin/llvm-symbolizer-10
os: ubuntu-latest
+ - # linux arm64
+ os: [ linux, arm64, self-hosted ]
+ env:
+ CMAKE_OPTIONS: -DDEPRECATE_HARD=ON -DUSE_LEAK_CHECKER=valgrind -DUSE_GSSAPI=ON
- # macOS
os: macos-10.15
env: