GHA/linux: restore native arm job

Previously deleted due to flakiness in stunnel package install step.

Follow-up to 0005f91259 #16303
Closes #17375
This commit is contained in:
Viktor Szakats 2025-05-17 00:21:20 +02:00
parent c0f724e887
commit 60f8f6d5cb
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201

View 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