From 844862c8806ae21f03866fb04483f915d1950764 Mon Sep 17 00:00:00 2001 From: Qu Wenruo Date: Mon, 6 Jan 2025 10:25:40 +1030 Subject: [PATCH] btrfs-progs: CI: disable tumbleweed botan build Tumbleweed has migrated to botan3, and there is no botan2 package for backward compatibility. So here we have to disable it until we migrated to botan3. Signed-off-by: Qu Wenruo --- .github/workflows/ci-build-test.yml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci-build-test.yml b/.github/workflows/ci-build-test.yml index 3014fa6fd7..34b7ea4aef 100644 --- a/.github/workflows/ci-build-test.yml +++ b/.github/workflows/ci-build-test.yml @@ -95,14 +95,15 @@ jobs: run: sudo docker run kdave/ci-opensuse-tumbleweed-x86_64 ./test-build $GITHUB_REF_NAME --disable-documentation --with-crypto=libkcapi - name: CI Tumbleweed (libkcapi) (experimental) run: sudo docker run kdave/ci-opensuse-tumbleweed-x86_64 ./test-build $GITHUB_REF_NAME --disable-documentation --with-crypto=libkcapi --enable-experimental - check-tumbleweed-botan: - name: CI Tumbleweed (Botan) - runs-on: ubuntu-24.04 - steps: - - name: CI Tumbleweed (Botan) - run: sudo docker run kdave/ci-opensuse-tumbleweed-x86_64 ./test-build $GITHUB_REF_NAME --disable-documentation --with-crypto=botan - - name: CI Tumbleweed (Botan) (experimental) - run: sudo docker run kdave/ci-opensuse-tumbleweed-x86_64 ./test-build $GITHUB_REF_NAME --disable-documentation --with-crypto=botan --enable-experimental +# Tumbeweed no longer supports botan2, but only botan3. +# check-tumbleweed-botan: +# name: CI Tumbleweed (Botan) +# runs-on: ubuntu-24.04 +# steps: +# - name: CI Tumbleweed (Botan) +# run: sudo docker run kdave/ci-opensuse-tumbleweed-x86_64 ./test-build $GITHUB_REF_NAME --disable-documentation --with-crypto=botan +# - name: CI Tumbleweed (Botan) (experimental) +# run: sudo docker run kdave/ci-opensuse-tumbleweed-x86_64 ./test-build $GITHUB_REF_NAME --disable-documentation --with-crypto=botan --enable-experimental # check-tumbleweed-openssl: # name: CI Tumbleweed (OpenSSL) # runs-on: ubuntu-24.04