From fb0afbbb520caf4cfb08eaffe86409d3859ca072 Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Thu, 6 Jul 2023 18:05:07 +0200 Subject: [PATCH] CI: Enable --with-crypto=openssl on fedora to test openssl signatures --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 8986b7fa92..edfa0f3c07 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -73,7 +73,7 @@ jobs: - name: Build run: | env NOCONFIGURE=1 ./autogen.sh && - ./configure --with-curl --with-selinux --with-dracut=yesbutnoconf --with-composefs && + ./configure --with-curl --with-selinux --with-dracut=yesbutnoconf --with-crypto=openssl --with-composefs && make -j 4 && make install DESTDIR=$(pwd)/install && tar -c -C install --zstd -f inst.tar.zst . - name: Upload binary uses: actions/upload-artifact@v2