mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-22 15:40:11 +01:00
ci: Build libdrm for Android host builds
Signed-off-by: Daniel Stone <daniels@collabora.com> Acked-by: Mary Guillemard <mary.guillemard@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32720>
This commit is contained in:
parent
6438b3e2bd
commit
09c38c14ef
2 changed files with 8 additions and 2 deletions
|
|
@ -38,6 +38,12 @@ sh .gitlab-ci/container/create-android-cross-file.sh /$ndk i686-linux-android x8
|
||||||
sh .gitlab-ci/container/create-android-cross-file.sh /$ndk aarch64-linux-android aarch64 armv8 $ANDROID_SDK_VERSION
|
sh .gitlab-ci/container/create-android-cross-file.sh /$ndk aarch64-linux-android aarch64 armv8 $ANDROID_SDK_VERSION
|
||||||
sh .gitlab-ci/container/create-android-cross-file.sh /$ndk arm-linux-androideabi arm armv7hl $ANDROID_SDK_VERSION armv7a-linux-androideabi
|
sh .gitlab-ci/container/create-android-cross-file.sh /$ndk arm-linux-androideabi arm armv7hl $ANDROID_SDK_VERSION armv7a-linux-androideabi
|
||||||
|
|
||||||
|
# Build libdrm for the host (Debian) environment, so it's available for
|
||||||
|
# binaries we'll run as part of the build process
|
||||||
|
. .gitlab-ci/container/build-libdrm.sh
|
||||||
|
|
||||||
|
# Build libdrm for the NDK environment, so it's available when building for
|
||||||
|
# the Android target
|
||||||
for arch in \
|
for arch in \
|
||||||
x86_64-linux-android \
|
x86_64-linux-android \
|
||||||
i686-linux-android \
|
i686-linux-android \
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@ variables:
|
||||||
DEBIAN_BASE_TAG: "20250204-arm32"
|
DEBIAN_BASE_TAG: "20250204-arm32"
|
||||||
|
|
||||||
DEBIAN_X86_64_BUILD_IMAGE_PATH: "debian/x86_64_build"
|
DEBIAN_X86_64_BUILD_IMAGE_PATH: "debian/x86_64_build"
|
||||||
DEBIAN_BUILD_TAG: "20250128-llvm19-up"
|
DEBIAN_BUILD_TAG: "20250210-android-drm"
|
||||||
|
|
||||||
DEBIAN_X86_64_TEST_BASE_IMAGE: "debian/x86_64_test-base"
|
DEBIAN_X86_64_TEST_BASE_IMAGE: "debian/x86_64_test-base"
|
||||||
DEBIAN_ARM32_TEST_BASE_IMAGE: "debian/arm32_test-base"
|
DEBIAN_ARM32_TEST_BASE_IMAGE: "debian/arm32_test-base"
|
||||||
|
|
@ -30,7 +30,7 @@ variables:
|
||||||
DEBIAN_ARM64_TEST_IMAGE_VK_PATH: "debian/arm64_test-vk"
|
DEBIAN_ARM64_TEST_IMAGE_VK_PATH: "debian/arm64_test-vk"
|
||||||
DEBIAN_X86_64_TEST_ANDROID_IMAGE_PATH: "debian/x86_64_test-android"
|
DEBIAN_X86_64_TEST_ANDROID_IMAGE_PATH: "debian/x86_64_test-android"
|
||||||
|
|
||||||
DEBIAN_TEST_ANDROID_TAG: "20250206-right-angle"
|
DEBIAN_TEST_ANDROID_TAG: "20250210-libdrm"
|
||||||
DEBIAN_TEST_GL_TAG: "20250204-fix-deqp"
|
DEBIAN_TEST_GL_TAG: "20250204-fix-deqp"
|
||||||
DEBIAN_TEST_VK_TAG: "20250204-fix-deqp"
|
DEBIAN_TEST_VK_TAG: "20250204-fix-deqp"
|
||||||
KERNEL_ROOTFS_TAG: "20250206-right-angle"
|
KERNEL_ROOTFS_TAG: "20250206-right-angle"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue