mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
parent
1a7dd41942
commit
856c9e3901
1 changed files with 10 additions and 4 deletions
|
@ -53,9 +53,15 @@ build:
|
||||||
/v{{deps.github.com/containers/gvisor-tap-vsock.version.major}}" \
|
/v{{deps.github.com/containers/gvisor-tap-vsock.version.major}}" \
|
||||||
&& pwd | sed -e "s_$PKGX_DIR/__")
|
&& pwd | sed -e "s_$PKGX_DIR/__")
|
||||||
CGO_ENABLED: 1
|
CGO_ENABLED: 1
|
||||||
|
linux:
|
||||||
|
EXTRA_LDFLAGS: -buildmode=pie
|
||||||
|
|
||||||
test:
|
test:
|
||||||
script: |
|
script:
|
||||||
podman-remote -v | grep "podman-remote version {{ version }}"
|
- podman-remote -v | grep "podman-remote version {{ version }}"
|
||||||
(podman info 2>&1 || true) | grep "Cannot connect to Podman."
|
- (podman info 2>&1 || true) | grep "Cannot connect to Podman."
|
||||||
(podman machine init --image-path fake-testimage fake-testvm 2>&1 || true) | grep "Error: open fake-testimage: no such file or directory"
|
# won't run as root
|
||||||
|
- |
|
||||||
|
if test $(id -g) != 0; then
|
||||||
|
(podman machine init --image-path fake-testimage fake-testvm 2>&1 || true) | grep 'Error: open fake-testimage: no such file or directory'
|
||||||
|
fi
|
||||||
|
|
Loading…
Reference in a new issue