mirror of https://github.com/containers/podman.git
Merge pull request #24163 from slp/update-krunkit-0.1.3
Bump bundled krunkit to 0.1.3
This commit is contained in:
commit
a4e098ae79
|
@ -8,7 +8,7 @@ else
|
|||
endif
|
||||
GVPROXY_VERSION ?= 0.7.5
|
||||
VFKIT_VERSION ?= 0.5.1
|
||||
KRUNKIT_VERSION ?= 0.1.2
|
||||
KRUNKIT_VERSION ?= 0.1.3
|
||||
GVPROXY_RELEASE_URL ?= https://github.com/containers/gvisor-tap-vsock/releases/download/v$(GVPROXY_VERSION)/gvproxy-darwin
|
||||
VFKIT_RELEASE_URL ?= https://github.com/crc-org/vfkit/releases/download/v$(VFKIT_VERSION)/vfkit-unsigned
|
||||
KRUNKIT_RELEASE_URL ?= https://github.com/containers/krunkit/releases/download/v$(KRUNKIT_VERSION)/krunkit-podman-unsigned-$(KRUNKIT_VERSION).tgz
|
||||
|
|
|
@ -60,8 +60,6 @@ var _ = Describe("run basic podman commands", func() {
|
|||
})
|
||||
|
||||
It("Volume ops", func() {
|
||||
skipIfVmtype(define.LibKrun, "FIXME: #23296 - Fails on MacOS when libkrun in use.")
|
||||
|
||||
tDir, err := filepath.Abs(GinkgoT().TempDir())
|
||||
Expect(err).ToNot(HaveOccurred())
|
||||
roFile := filepath.Join(tDir, "attr-test-file")
|
||||
|
@ -219,7 +217,6 @@ var _ = Describe("run basic podman commands", func() {
|
|||
It("podman build contexts", func() {
|
||||
skipIfVmtype(define.HyperVVirt, "FIXME: #23429 - Error running podman build with option --build-context on Hyper-V")
|
||||
skipIfVmtype(define.QemuVirt, "FIXME: #23433 - Additional build contexts should be sent as additional tar files")
|
||||
skipIfVmtype(define.LibKrun, "FIXME: #23296 - Fails on MacOS when libkrun in use.")
|
||||
name := randomString()
|
||||
i := new(initMachine)
|
||||
session, err := mb.setName(name).setCmd(i.withImage(mb.imagePath).withNow()).run()
|
||||
|
|
Loading…
Reference in New Issue