Skip to content

Commit

Permalink
Merge pull request #134 from rmartin16/disable-opensuse-ci
Browse files Browse the repository at this point in the history
Disabling OpenSUSE test until beeware/briefcase#1802 is resolved
  • Loading branch information
freakboy3742 authored May 20, 2024
2 parents 521356b + 66a27a9 commit ba128d5
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 ba128d5

Please sign in to comment.