ap/crun: updated to current (1.4.16_fafb).

Signed-off-by: Michal Cieslakiewicz <michal.cieslakiewicz@wp.pl>
This commit is contained in:
Michal Cieslakiewicz 2021-12-29 23:08:15 +01:00
parent e31924e17b
commit c1f8f20d06
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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