Skip to content

Commit

Permalink
Try installing netavark
Browse files Browse the repository at this point in the history
  • Loading branch information
YJDoc2 committed Feb 16, 2024
1 parent febf366 commit 5a64c11
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/podman_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,15 @@ jobs:
- uses: actions/setup-go@v4
with:
go-version: '1.20'


- name: install netavark
run: |
apt-get install wget
wget "https://github.com/containers/netavark/releases/download/v1.10.3/netavark.gz"
gunzip netavark.gz
mkdir /usr/lib/podman
mv ./netavark /usr/lib/podman/netavark
# build skopeo
# These build steps are taken from https://github.com/containers/skopeo/issues/1648#issuecomment-1132161659
- name: Download skopeo 1.13.1 source # because ubuntu 22.04 does not have latest, and podman tests depend on that
Expand All @@ -42,7 +50,6 @@ jobs:
uses: actions/checkout@v3
with:
repository: containers/podman
ref: 46fe7ef3bbbc3d4fbe61c3b96c33f12789b1b19e
- name: Build podman
run: make binaries
- name: Install tools
Expand Down

0 comments on commit 5a64c11

Please sign in to comment.