Skip to content

Commit

Permalink
workflows: Use Fedora 40 to trigger Anaconda
Browse files Browse the repository at this point in the history
Rawhide was missing python3, and I am not sure what else is happening
in Rawhide and it just feels like unnecessary pain to use Rawhide to
run this workflow.
  • Loading branch information
mvollmer authored and allisonkarlitskaya committed May 17, 2024
1 parent 410c8f0 commit d673123
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/trigger-anaconda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@ jobs:
permissions:
contents: read
statuses: write
container: registry.fedoraproject.org/fedora:rawhide
container: registry.fedoraproject.org/fedora:40
# this polls for a COPR build, which can take long
timeout-minutes: 120

steps:
- name: Install dependencies
run: |
dnf install -y git-core dnf5-plugins || {
dnf install -y git-core dnf-plugins-core || {
sleep 60
dnf install -y git-core dnf5-plugins
dnf install -y git-core dnf-plugins-core
}
# Naïvely this should wait for github.event.pull_request.head.sha, but
Expand Down

0 comments on commit d673123

Please sign in to comment.