From: Viktor Szakats Date: Fri, 16 May 2025 22:21:20 +0000 (+0200) Subject: GHA/linux: restore native arm job X-Git-Tag: curl-8_14_0~53 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60f8f6d5cb7ae4d6ee4cc35e8ee512b8e1da44e8;p=thirdparty%2Fcurl.git GHA/linux: restore native arm job Previously deleted due to flakiness in stunnel package install step. Follow-up to 0005f91259a7c5088ce98e15dbba8e0e70a97e0c #16303 Closes #17375 --- diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index cd9083eab5..52328ba478 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -163,6 +163,12 @@ jobs: install_steps: pytest configure: CFLAGS=-std=gnu89 --with-openssl --enable-debug + - name: openssl arm + install_packages: zlib1g-dev + install_steps: pytest + configure: CFLAGS=-std=gnu89 --with-openssl --enable-debug + image: 'ubuntu-24.04-arm' + - name: openssl -O3 libssh valgrind install_packages: zlib1g-dev libssh-dev valgrind configure: CFLAGS=-O3 --with-openssl --enable-debug --with-libssh