Searched refs:DEBIAN_ARCH (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib/dist/.gitlab-ci/container/
H A Dlava_build.sh10 MINIO_PATH="${MINIO_HOST}/mesa-lava/$1/${DISTRIBUTION_TAG}/${DEBIAN_ARCH}"
25 if [[ "$DEBIAN_ARCH" = "arm64" ]]; then
39 elif [[ "$DEBIAN_ARCH" = "armhf" ]]; then
58 if [[ -e /cross_file-$DEBIAN_ARCH.txt ]]; then
59 EXTRA_MESON_ARGS="--cross-file /cross_file-$DEBIAN_ARCH.txt"
60 EXTRA_CMAKE_ARGS="-DCMAKE_TOOLCHAIN_FILE=/toolchain-$DEBIAN_ARCH.cmake"
62 if [ $DEBIAN_ARCH = arm64 ]; then
64 elif [ $DEBIAN_ARCH = armhf ]; then
104 if [[ "$DEBIAN_ARCH" = "armhf" ]]; then
122 mkdir -p /lava-files/rootfs-${DEBIAN_ARCH}
[all...]
H A Dbuild-kernel.sh31 if [[ ${DEBIAN_ARCH} = "amd64" ]]; then
33 INSTALL_MOD_PATH=/lava-files/rootfs-${DEBIAN_ARCH}/ make modules_install
36 if [[ ${DEBIAN_ARCH} = "arm64" ]]; then
H A Dcreate-rootfs.sh5 if [ $DEBIAN_ARCH = arm64 ]; then
7 elif [ $DEBIAN_ARCH = amd64 ]; then
/xsrc/external/mit/MesaLib/dist/.gitlab-ci/container/debian/
H A Dx86_test-gl.sh80 export DEBIAN_ARCH=amd64

Completed in 3 milliseconds