diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 9bbb0ca7ec..b71d35fac0 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -164,12 +164,6 @@ 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 valgrind install_packages: zlib1g-dev valgrind configure: CFLAGS=-O3 --with-openssl --enable-debug