mirror of
https://github.com/dogecoin/dogecoin.git
synced 2026-01-31 10:30:52 +00:00
Revert "qa: remove experimental ci for aarch64 sha512"
This reverts commit b4632e92e6594b22db48a453106ac0e71ede22b3.
This commit is contained in:
parent
08d2d5173b
commit
88e841b933
11
.github/workflows/ci.yml
vendored
11
.github/workflows/ci.yml
vendored
@ -31,6 +31,7 @@ jobs:
|
||||
name:
|
||||
- aarch64-linux
|
||||
- aarch64-linux-experimental
|
||||
- aarch64-linux-sha512-experimental
|
||||
- armhf-linux
|
||||
- i686-linux
|
||||
- i686-win
|
||||
@ -72,6 +73,16 @@ jobs:
|
||||
dep-opts: "NO_QT=1"
|
||||
config-opts: "--with-armv8-crypto --enable-zmq --enable-glibc-back-compat --disable-tests LDFLAGS=-static-libstdc++"
|
||||
goal: install
|
||||
- name: aarch64-linux-sha512-experimental
|
||||
host: aarch64-linux-gnu
|
||||
os: ubuntu-20.04
|
||||
packages: g++-aarch64-linux-gnu
|
||||
run-tests: false
|
||||
check-security: true
|
||||
check-symbols: false
|
||||
dep-opts: "NO_QT=1"
|
||||
config-opts: "--with-armv82-crypto --enable-zmq --enable-glibc-back-compat --disable-tests LDFLAGS=-static-libstdc++"
|
||||
goal: install
|
||||
- name: aarch64-linux
|
||||
host: aarch64-linux-gnu
|
||||
os: ubuntu-18.04
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user