Unverified Commit 938cf143 by Edward Thomson Committed by GitHub

ci: GitHub Actions for arm64

parent d8a08227
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment