mirror of
https://github.com/curl/curl.git
synced 2026-05-15 16:36:21 +03:00
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:
parent
c0f724e887
commit
60f8f6d5cb
1 changed files with 6 additions and 0 deletions
6
.github/workflows/linux.yml
vendored
6
.github/workflows/linux.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue