mirror of
https://github.com/dogecoin/dogecoin.git
synced 2026-01-31 10:30:52 +00:00
ci: execute only one aarch64 ci
For 7019ead, a separate CI job was created because bionic's gcc-7 didn't have sha512 intrinsics support. Now that we've moved to a focal build system, the experimental CI job for aarch64 can be ran as a single job again.
This commit is contained in:
parent
faa42010d8
commit
0c1b61d841
15
.github/workflows/ci.yml
vendored
15
.github/workflows/ci.yml
vendored
@ -32,7 +32,6 @@ jobs:
|
||||
name:
|
||||
- aarch64-linux
|
||||
- aarch64-linux-experimental
|
||||
- aarch64-linux-sha512-experimental
|
||||
- armhf-linux
|
||||
- i686-linux
|
||||
- i686-win
|
||||
@ -79,19 +78,7 @@ jobs:
|
||||
check-security: true
|
||||
check-symbols: false
|
||||
dep-opts: "NO_QT=1"
|
||||
config-opts: "--enable-experimental --with-armv8-crypto --enable-zmq --enable-glibc-back-compat LDFLAGS=-static-libstdc++"
|
||||
goal: install
|
||||
- name: aarch64-linux-sha512-experimental
|
||||
host: aarch64-linux-gnu
|
||||
os: ubuntu-20.04
|
||||
packages: g++-aarch64-linux-gnu qemu-user-static qemu-user
|
||||
run-bench: false
|
||||
test-script: |
|
||||
qemu-aarch64 -E LD_LIBRARY_PATH=/usr/aarch64-linux-gnu/lib/ /usr/aarch64-linux-gnu/lib/ld-linux-aarch64.so.1 src/test/test_dogecoin
|
||||
check-security: true
|
||||
check-symbols: false
|
||||
dep-opts: "NO_QT=1"
|
||||
config-opts: "--enable-experimental --with-armv82-crypto --enable-zmq --enable-glibc-back-compat LDFLAGS=-static-libstdc++"
|
||||
config-opts: "--enable-experimental --with-armv8-crypto --with-armv82-crypto --enable-zmq --enable-glibc-back-compat LDFLAGS=-static-libstdc++"
|
||||
goal: install
|
||||
- name: aarch64-linux
|
||||
host: aarch64-linux-gnu
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user