ci/container: add section around strip-rootfs.sh
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32241>
This commit is contained in:

committed by
Marge Bot

parent
31a23d9801
commit
4facfd6f4d
@@ -5,6 +5,8 @@
|
|||||||
# KERNEL_ROOTFS_TAG
|
# KERNEL_ROOTFS_TAG
|
||||||
set -ex
|
set -ex
|
||||||
|
|
||||||
|
section_start strip-rootfs "Stripping rootfs"
|
||||||
|
|
||||||
export DEBIAN_FRONTEND=noninteractive
|
export DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
UNNEEDED_PACKAGES=(
|
UNNEEDED_PACKAGES=(
|
||||||
@@ -155,3 +157,5 @@ EOF
|
|||||||
|
|
||||||
chmod +x /usr/bin/apt-get
|
chmod +x /usr/bin/apt-get
|
||||||
ln -s /usr/bin/apt-get /usr/bin/apt
|
ln -s /usr/bin/apt-get /usr/bin/apt
|
||||||
|
|
||||||
|
section_end strip-rootfs
|
||||||
|
Reference in New Issue
Block a user