From 57db2ef17a52c6cddc1f52c02d9a8a8ceb72dc8d Mon Sep 17 00:00:00 2001 From: aditi-pandit Date: Fri, 31 Oct 2025 00:39:10 -0700 Subject: [PATCH 1/2] chore(ci): Advance Velox --- presto-native-execution/velox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/presto-native-execution/velox b/presto-native-execution/velox index 6c9d9ccad56fb..7fc2421060ee6 160000 --- a/presto-native-execution/velox +++ b/presto-native-execution/velox @@ -1 +1 @@ -Subproject commit 6c9d9ccad56fb952a0c1d3fbe01243b4c114b632 +Subproject commit 7fc2421060ee67e063748b809a9576759e770ea2 From 560c3d4097b84131d3cec6750be9fb57f5c3e223 Mon Sep 17 00:00:00 2001 From: aditi-pandit Date: Fri, 31 Oct 2025 15:24:34 -0700 Subject: [PATCH 2/2] chore(ci): Remove temporary change to install absl in macos CI --- .github/workflows/prestocpp-macos-build.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/prestocpp-macos-build.yml b/.github/workflows/prestocpp-macos-build.yml index 7dfff75298dbf..03a5ef44988cf 100644 --- a/.github/workflows/prestocpp-macos-build.yml +++ b/.github/workflows/prestocpp-macos-build.yml @@ -86,8 +86,6 @@ jobs: install_mvfst # Velox dependencies that Presto directly depends on. - # Re2 depends on absl - use brew for now. - brew install abseil install_re2 install_fbthrift