Unverified Commit 938cf143 by Edward Thomson Committed by GitHub

ci: GitHub Actions for arm64

parent d8a08227
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
name: Nightly Build name: Nightly Build
on: on:
workflow_dispatch:
schedule: schedule:
- cron: '15 1 * * *' - cron: '15 1 * * *'
...@@ -65,6 +66,10 @@ jobs: ...@@ -65,6 +66,10 @@ jobs:
SKIP_NEGOTIATE_TESTS: true SKIP_NEGOTIATE_TESTS: true
ASAN_SYMBOLIZER_PATH: /usr/bin/llvm-symbolizer-10 ASAN_SYMBOLIZER_PATH: /usr/bin/llvm-symbolizer-10
os: ubuntu-latest os: ubuntu-latest
- # linux arm64
os: [ linux, arm64, self-hosted ]
env:
CMAKE_OPTIONS: -DDEPRECATE_HARD=ON -DUSE_LEAK_CHECKER=valgrind -DUSE_GSSAPI=ON
- # macOS - # macOS
os: macos-10.15 os: macos-10.15
env: 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