This is an automated email from the ASF dual-hosted git repository.
philo-he pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/gluten.git
The following commit(s) were added to refs/heads/main by this push:
new b77fdef08e [VL] Restore Folly LibDwarf support (#12955)
b77fdef08e is described below
commit b77fdef08e4a733d1ed424bbf807b2904b92af86
Author: Rex(Hui) An <[email protected]>
AuthorDate: Sun Sep 6 02:46:28 2026 +0800
[VL] Restore Folly LibDwarf support (#12955)
---
dev/vcpkg/ports/folly/portfile.cmake | 2 +-
dev/vcpkg/ports/folly/vcpkg.json | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/dev/vcpkg/ports/folly/portfile.cmake
b/dev/vcpkg/ports/folly/portfile.cmake
index 9db348d516..10d4d25d47 100644
--- a/dev/vcpkg/ports/folly/portfile.cmake
+++ b/dev/vcpkg/ports/folly/portfile.cmake
@@ -51,7 +51,7 @@ vcpkg_cmake_configure(
-DCMAKE_INSTALL_DIR=share/folly
-DCMAKE_POLICY_DEFAULT_CMP0167=NEW
-DVCPKG_LOCK_FIND_PACKAGE_fmt=ON
- -DVCPKG_LOCK_FIND_PACKAGE_LibDwarf=OFF
+ -DVCPKG_LOCK_FIND_PACKAGE_LibDwarf=ON
-DVCPKG_LOCK_FIND_PACKAGE_Libiberty=OFF
-DVCPKG_LOCK_FIND_PACKAGE_LibUnwind=${VCPKG_TARGET_IS_LINUX}
-DVCPKG_LOCK_FIND_PACKAGE_ZLIB=ON
diff --git a/dev/vcpkg/ports/folly/vcpkg.json b/dev/vcpkg/ports/folly/vcpkg.json
index 0ac3d2e4ad..fe9cb28d1e 100644
--- a/dev/vcpkg/ports/folly/vcpkg.json
+++ b/dev/vcpkg/ports/folly/vcpkg.json
@@ -24,6 +24,7 @@
"fmt",
"gflags",
"glog",
+ "libdwarf",
"libevent",
"liblzma",
{
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]