Skip to content

Commit 6929ea7

Browse files
committed
fix(podman): build error
1 parent df4d9b3 commit 6929ea7

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

stacks/podman/build.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,8 @@ EOF
4040
install-stack rust "${RUST_VERSION}"
4141
. init-stack
4242

43-
curl -fsSL -o tmp.tar.gz https://github.com/containers/podman/archive/refs/tags/v${STACK_VERSION}.tar.gz
44-
tar -xzf tmp.tar.gz && rm tmp.tar.gz
43+
git clone -b v${STACK_VERSION} --dept=1 https://github.com/containers/podman podman-${STACK_VERSION}
4544
cd podman-${STACK_VERSION}
46-
4745
PREFIX=/opt/drycc/podman make BUILDTAGS="seccomp"
4846
PREFIX=/opt/drycc/podman make install
4947
cd /workspace

0 commit comments

Comments
 (0)