Home
last modified time | relevance | path

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

/third_party/mesa3d/.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
42 elif [[ "$DEBIAN_ARCH" = "armhf" ]]; then
63 if [[ -e /cross_file-$DEBIAN_ARCH.txt ]]; then
64 EXTRA_MESON_ARGS="--cross-file /cross_file-$DEBIAN_ARCH.txt"
65 EXTRA_CMAKE_ARGS="-DCMAKE_TOOLCHAIN_FILE=/toolchain-$DEBIAN_ARCH.cmake"
67 if [ $DEBIAN_ARCH = arm64 ]; then
69 elif [ $DEBIAN_ARCH = armhf ]; then
118 if [[ "$DEBIAN_ARCH" = "armhf" ]]; then
136 mkdir -p /lava-files/rootfs-${DEBIAN_ARCH}/us
[all...]

Completed in 1 milliseconds