Skip to content

Commit

Permalink
packit: Don't attempt to build on f39
Browse files Browse the repository at this point in the history
It only has go 1.21 while we switched to go 1.22, so gvisor-tap-vsock
fails to build on f39.
I don't expect significant changes to gvisor-tap-vsock during the
remaining f39 lifetime, at worse podman in f39 can keep using an older
gvproxy release.

Signed-off-by: Christophe Fergeau <[email protected]>
  • Loading branch information
cfergeau committed Sep 19, 2024
1 parent 05d2239 commit 376e887
Showing 1 changed file with 15 additions and 5 deletions.
20 changes: 15 additions & 5 deletions .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,12 @@ jobs:
packages: [gvisor-tap-vsock-fedora]
enable_net: true
targets:
- fedora-all-aarch64
- fedora-all-x86_64
- fedora-development-x86_64
- fedora-development-aarch64
- fedora-latest-stable-x86_64
- fedora-latest-stable-aarch64
- fedora-40-x86_64
- fedora-40-aarch64
- fedora-eln-aarch64
- fedora-eln-x86_64

Expand Down Expand Up @@ -54,7 +58,9 @@ jobs:
packages: [gvisor-tap-vsock-fedora]
update_release: false
dist_git_branches:
- fedora-all
- fedora-development
- fedora-latest-stable
- fedora-40

- job: propose_downstream
trigger: release
Expand All @@ -67,10 +73,14 @@ jobs:
trigger: commit
packages: [gvisor-tap-vsock-fedora]
dist_git_branches:
- fedora-all
- fedora-development
- fedora-latest-stable
- fedora-40

- job: bodhi_update
trigger: commit
packages: [gvisor-tap-vsock-fedora]
dist_git_branches:
- fedora-branched # rawhide updates are created automatically
- fedora-latest # rawhide updates are created automatically
- fedora-latest-stable
- fedora-40

0 comments on commit 376e887

Please sign in to comment.