]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
GHA/linux: restore native arm job
authorViktor Szakats <commit@vsz.me>
Fri, 16 May 2025 22:21:20 +0000 (00:21 +0200)
committerViktor Szakats <commit@vsz.me>
Mon, 19 May 2025 13:38:05 +0000 (15:38 +0200)
Previously deleted due to flakiness in stunnel package install step.

Follow-up to 0005f91259a7c5088ce98e15dbba8e0e70a97e0c #16303
Closes #17375

.github/workflows/linux.yml

index cd9083eab55938bca4b92b24af9d710b51951260..52328ba478ad6c101aeb48654ded4f937779a39c 100644 (file)
@@ -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