This is an automated email from the ASF dual-hosted git repository.
philo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git
The following commit(s) were added to refs/heads/main by this push:
new cb2ccc2252 [GLUTEN-9764][VL] Use AUTO re2 source for openEuler24
(#9765)
cb2ccc2252 is described below
commit cb2ccc2252716b27a2b3688c94631b003e2124df
Author: Zhiguo Wu <[email protected]>
AuthorDate: Tue May 27 20:57:37 2025 +0800
[GLUTEN-9764][VL] Use AUTO re2 source for openEuler24 (#9765)
---
dev/build_helper_functions.sh | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/dev/build_helper_functions.sh b/dev/build_helper_functions.sh
index bd10a1233c..3d1618794a 100644
--- a/dev/build_helper_functions.sh
+++ b/dev/build_helper_functions.sh
@@ -177,9 +177,7 @@ function setup_linux {
elif [[ "$LINUX_DISTRIBUTION" == "openEuler" ]]; then
case "$LINUX_VERSION_ID" in
24.03)
- $GLUTEN_VELOX_SCRIPT_HOME/setup-openeuler24.sh
- export re2_SOURCE=BUNDLED
- ;;
+ $GLUTEN_VELOX_SCRIPT_HOME/setup-openeuler24.sh ;;
*)
echo "Unsupported openEuler version: $LINUX_VERSION_ID"
exit 1
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]