mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-01 05:58:05 +02:00
Uprev ANGLE to b90b9ee1a4f901e6ba9e649d8f6cf9098a944f50
63d1dd7c2d...b90b9ee1a4
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/39667>
This commit is contained in:
parent
5260acb30c
commit
1e442125d3
3 changed files with 11 additions and 4 deletions
|
|
@ -1,6 +1,6 @@
|
|||
variables:
|
||||
CONDITIONAL_BUILD_ANDROID_CTS_TAG: 2dfd3e288249e4776ef6866d34d344d4
|
||||
CONDITIONAL_BUILD_ANGLE_TAG: 663709da4e67bd523ff7fb39b1c40613
|
||||
CONDITIONAL_BUILD_ANGLE_TAG: d72e5d2429eff42e341b1209dc2f5d97
|
||||
CONDITIONAL_BUILD_CROSVM_TAG: 4c61f9707203afca91db3efeb57175db
|
||||
CONDITIONAL_BUILD_FLUSTER_TAG: e13f8521875ebd70e207ec0f6f3d3e5b
|
||||
CONDITIONAL_BUILD_PIGLIT_TAG: fdfbbea92517f215a2bc5962f0d3f3d0
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ section_start angle "Building ANGLE"
|
|||
# setting up the environment variables locally
|
||||
ci_tag_build_time_check "ANGLE_TAG"
|
||||
|
||||
ANGLE_REV="63d1dd7c2dfccf6acbd92af224b48aa6ada45f1c"
|
||||
ANGLE_REV="b90b9ee1a4f901e6ba9e649d8f6cf9098a944f50"
|
||||
DEPOT_REV="5982a1aeb33dc36382ed8c62eddf52a6135e7dd3"
|
||||
|
||||
# Set ANGLE_ARCH based on DEBIAN_ARCH if it hasn't been explicitly defined
|
||||
|
|
@ -141,6 +141,13 @@ arm_control_flow_integrity="none"
|
|||
EOF
|
||||
fi
|
||||
|
||||
# The Chromium build system hardcodes these flags, and they're not compatible
|
||||
# with our clang19 'unbundled' toolchain. See:
|
||||
# https://chromium.googlesource.com/chromium/src/build/+/39d42026/config/compiler/BUILD.gn#619
|
||||
# https://chromium.googlesource.com/chromium/src/build/+/39d42026/config/compiler/BUILD.gn#1882
|
||||
sed -i 's/-fno-lifetime-dse//g' build/config/compiler/BUILD.gn
|
||||
sed -i 's/-fsanitize-ignore-for-ubsan-feature=array-bounds//g' build/config/compiler/BUILD.gn
|
||||
|
||||
(
|
||||
# The 'unbundled' toolchain configuration requires clang, and it also needs to
|
||||
# be configured via environment variables.
|
||||
|
|
|
|||
|
|
@ -23,8 +23,8 @@ variables:
|
|||
DEBIAN_BUILD_TAG: "20260106-android16"
|
||||
|
||||
DEBIAN_TEST_BASE_TAG: "20260201-deqp-runner"
|
||||
DEBIAN_TEST_ANDROID_TAG: "20260202-angle-63"
|
||||
DEBIAN_TEST_GL_TAG: "20260219-piglit-8e"
|
||||
DEBIAN_TEST_ANDROID_TAG: "20260223-angle-b9"
|
||||
DEBIAN_TEST_GL_TAG: "20260223-angle-b9"
|
||||
DEBIAN_TEST_VIDEO_TAG: "20250813-vector"
|
||||
DEBIAN_TEST_VK_TAG: "20260203-vkd3d"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue