Home
last modified time | relevance | path

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

/external/mesa3d/.gitlab-ci/container/
Dlava_build.sh8 MINIO_PATH="minio-packet.freedesktop.org/mesa-lava/$1/${DISTRIBUTION_TAG}/${DEBIAN_ARCH}"
23 if [[ "$DEBIAN_ARCH" = "arm64" ]]; then
29 elif [[ "$DEBIAN_ARCH" = "armhf" ]]; then
45 if [[ -e /cross_file-$DEBIAN_ARCH.txt ]]; then
46 EXTRA_MESON_ARGS="--cross-file /cross_file-$DEBIAN_ARCH.txt"
47 EXTRA_CMAKE_ARGS="-DCMAKE_TOOLCHAIN_FILE=/toolchain-$DEBIAN_ARCH.cmake"
49 if [ $DEBIAN_ARCH = arm64 ]; then
51 elif [ $DEBIAN_ARCH = armhf ]; then
86 if [[ "$DEBIAN_ARCH" = "armhf" ]]; then
103 mkdir -p /lava-files/rootfs-${DEBIAN_ARCH}/usr/bin
[all …]
Dbaremetal_build.sh54 DEBIAN_ARCH=$arch INCLUDE_VK_CTS=1 . .gitlab-ci/container/lava_build.sh
/external/crosvm/tools/impl/testvm/
DMakefile29 DEBIAN_ARCH=amd64 macro
34 DEBIAN_ARCH=arm64 macro
62 wget $(DEBIAN_URL)/debian-12-generic-$(DEBIAN_ARCH)-daily-20220912-1136.qcow2 -O $@
/external/mesa3d/.gitlab-ci/
Dprepare-artifacts.sh50 gzip -c artifacts/install.tar > mesa-${DEBIAN_ARCH}.tar.gz
53 ci-fairy minio cp mesa-${DEBIAN_ARCH}.tar.gz minio://${MINIO_PATH}/mesa-${DEBIAN_ARCH}.tar.gz
Dcreate-rootfs.sh5 if [ $DEBIAN_ARCH = arm64 ]; then
7 elif [ $DEBIAN_ARCH = amd64 ]; then