ap/crun: updated to current (1.4.16_fafb).
Signed-off-by: Michal Cieslakiewicz <michal.cieslakiewicz@wp.pl>
This commit is contained in:
parent
e31924e17b
commit
c1f8f20d06
@ -42,7 +42,7 @@ if [ "$ARCH" = "x86_64" ]; then
|
||||
SLKCFLAGS="$SLKCFLAGS -fPIC -m64"
|
||||
fi
|
||||
|
||||
MAKE="make"
|
||||
MAKE="make -j $(nproc)"
|
||||
|
||||
if [ "$TMP" = "" ]; then
|
||||
TMP=/tmp
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
SRC=crun
|
||||
git clone -b master https://github.com/containers/${SRC}.git $SRC
|
||||
git clone -b main --recurse-submodules https://github.com/containers/${SRC}.git $SRC
|
||||
VERSION=$(cd $SRC && ./build-aux/git-version-gen --prefix "" /dev/null | sed -e 's/-/_/g')
|
||||
mv $SRC ${SRC}-${VERSION}
|
||||
tar cf - ${SRC}-${VERSION} | xz -c9 > ${SRC}-${VERSION}.tar.xz
|
||||
|
Loading…
x
Reference in New Issue
Block a user