Skip to content

Commit

Permalink
Disabling OpenSUSE install test until beeware/briefcase#1802 is resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
rmartin16 committed May 20, 2024
1 parent 521356b commit 66a27a9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/app-build-verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -365,8 +365,10 @@ jobs:
xvfb-run briefcase run linux system --target opensuse/tumbleweed:latest
briefcase package linux system --target opensuse/tumbleweed:latest --adhoc-sign
docker run --volume $(pwd)/dist:/dist opensuse/tumbleweed \
sh -c "zypper --non-interactive --no-gpg-checks install --dry-run /dist/*-0.0.1-1.x86_64.rpm"
# Disabling OpenSUSE install test until beeware/briefcase#1802 is resolved
#
# docker run --volume $(pwd)/dist:/dist opensuse/tumbleweed \
# sh -c "zypper --non-interactive --no-gpg-checks install --dry-run /dist/*-0.0.1-1.x86_64.rpm"
- name: Build AppImage Project
# 2023-09-11 AppImage dropped to "best effort" support.
Expand Down

0 comments on commit 66a27a9

Please sign in to comment.