From 8400c57d90ae287cbb84dc7b911881db335fd64e Mon Sep 17 00:00:00 2001 From: Ed <84785904+edtubbs@users.noreply.github.com> Date: Thu, 14 Oct 2021 00:46:48 -0500 Subject: [PATCH] Added experimental build to ci environment --- .github/workflows/ci.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5aa3011bb..43aa4ba49 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,6 +30,7 @@ jobs: matrix: name: - aarch64-linux + - aarch64-linux-experimental - armhf-linux - i686-linux - i686-win @@ -59,6 +60,16 @@ jobs: dep-opts: "NO_QT=1" config-opts: "--enable-glibc-back-compat --disable-tests LDFLAGS=-static-libstdc++" goal: install + - name: aarch64-linux-experimental + host: aarch64-linux-gnu + os: ubuntu-18.04 + packages: g++-aarch64-linux-gnu + run-tests: false + check-security: true + check-symbols: false + 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 host: aarch64-linux-gnu os: ubuntu-18.04