Taille du paquet | 91M |
Somme de contrĂ´le SHA256 | 40c5f22e5e202e0c3fbaaaf023442fe917d66e61b127bd66cdee96898e703cc0 |
Estimation du temps de construction | 53.325 secondes |
TIMEFORMAT='(BUSYBOX) Compilation de cri-o-1.16.2 en %R seconds ...'
time {
wget https://github.com/cri-o/cri-o/archive/v1.16.2.tar.gz -O ${LFS}/download/cri-o-1.16.2.tar.gz --no-check-certificate &&
rm -Rf ${LFS}/src/cri-o-1.16.2 &&
tar -xf ${LFS}/download/cri-o-1.16.2.tar.gz -C ${LFS}/src &&
cd ${LFS}/src/cri-o-1.16.2 &&
make BUILDTAGS="" &&
make DESTDIR=$PWD/_pkg install &&
strip -v _pkg/usr/local/bin/*
strip -v _pkg/usr/lib/*
tar -C _pkg/ -cvf ${LFS}/pkg/cri-o-1.16.2.tar.gz ./ &&
cd "${LFS}/"
}