Skip to content

Commit

Permalink
qa: remove experimental ci for aarch64 sha512
Browse files Browse the repository at this point in the history
Remove the CI for aarch64-linux-sha512-experimental because it
errors out.
  • Loading branch information
patricklodder committed Apr 5, 2022
1 parent d483dfb commit b4632e9
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
name:
- aarch64-linux
- aarch64-linux-experimental
- aarch64-linux-sha512-experimental
- armhf-linux
- i686-linux
- i686-win
Expand Down Expand Up @@ -73,16 +72,6 @@ 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
Expand Down

0 comments on commit b4632e9

Please sign in to comment.