From b2d31af690e70161345d1455ee8b7b842ec93682 Mon Sep 17 00:00:00 2001 From: Ilia Shipitsin Date: Thu, 9 Jul 2026 00:10:26 +0200 Subject: [PATCH] ci: temporarily disable x86 task it should be resolved in upstream /usr/bin/ld: ./libcrypto.so: undefined reference to `ossl_aes_cfb128_vaes_dec' /usr/bin/ld: ./libcrypto.so: undefined reference to `ossl_aes_cfb128_vaes_enc' collect2: error: ld returned 1 exit status make[1]: *** [Makefile:26393: fuzz/acert-test] Error 1 make[1]: *** Waiting for unfinished jobs.... /usr/bin/ld: ./libcrypto.so: undefined reference to `ossl_aes_cfb128_vaes_dec' /usr/bin/ld: ./libcrypto.so: undefined reference to `ossl_aes_cfb128_vaes_enc' collect2: error: ld returned 1 exit status make[1]: *** [Makefile:26417: fuzz/asn1-test] Error 1 /usr/bin/ld: ./libcrypto.so: undefined reference to `ossl_aes_cfb128_vaes_dec' /usr/bin/ld: ./libcrypto.so: undefined reference to `ossl_aes_cfb128_vaes_enc' --- .github/workflows/ci.yml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f32c81dc..a441121d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -156,21 +156,21 @@ jobs: - run: .github/before_script.sh - run: .github/script.sh - gcc-openssl-3-6-0-x86: - runs-on: ubuntu-latest - if: ${{ github.event_name == 'schedule' }} - env: - CFLAGS: -m32 - LDFLAGS: -m32 - SETARCH: "setarch i386" - APT_INSTALL: gcc-multilib - PATCH_OPENSSL: 1 - steps: - - uses: actions/checkout@v2 - with: - submodules: true - - run: .github/before_script.sh - - run: .github/script.sh +# gcc-openssl-3-6-0-x86: +# runs-on: ubuntu-latest +# if: ${{ github.event_name == 'schedule' }} +# env: +# CFLAGS: -m32 +# LDFLAGS: -m32 +# SETARCH: "setarch i386" +# APT_INSTALL: gcc-multilib +# PATCH_OPENSSL: 1 +# steps: +# - uses: actions/checkout@v2 +# with: +# submodules: true +# - run: .github/before_script.sh +# - run: .github/script.sh gcc-openssl-4-0-0-x86: runs-on: ubuntu-latest