Skip to content

Commit b2f709a

Browse files
committed
DNM: try skopeo test fix
Signed-off-by: Paul Holzinger <pholzing@redhat.com>
1 parent e8b89d7 commit b2f709a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

hack/ci/runner.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,10 @@ run_image_skopeo() {
158158

159159
git clone -b "$SKOPEO_CI_BRANCH" https://github.com/containers/skopeo.git "$SKOPEO_PATH"
160160
cd "$SKOPEO_PATH"
161+
162+
# HACK: patch skopeo with a later test fix
163+
curl --fail https://github.com/podman-container-tools/skopeo/commit/726479d948b471ad445a6aeff183b38b806bbc87.patch | git am -
164+
161165
go mod edit -replace "go.podman.io/storage=$GOSRC/storage"
162166
go mod edit -replace "go.podman.io/image/v5=$GOSRC/image"
163167
go mod edit -replace "go.podman.io/common=$GOSRC/common"

0 commit comments

Comments
 (0)