From 60f8f6d5cb7ae4d6ee4cc35e8ee512b8e1da44e8 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sat, 17 May 2025 00:21:20 +0200 Subject: [PATCH] GHA/linux: restore native arm job Previously deleted due to flakiness in stunnel package install step. Follow-up to 0005f91259a7c5088ce98e15dbba8e0e70a97e0c #16303 Closes #17375 --- .github/workflows/linux.yml | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- 2.47.3