Skip to content

Commit

Permalink
btrfs-progs: CI: disable tumbleweed botan build
Browse files Browse the repository at this point in the history
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 <wqu@suse.com>
  • Loading branch information
adam900710 committed Jan 5, 2025
1 parent 2eb8f9f commit 844862c
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/ci-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 844862c

Please sign in to comment.