From 4f532a033203387f61a11f60333722158eb2063b Mon Sep 17 00:00:00 2001 From: Deepak Majeti Date: Mon, 1 Jul 2024 14:44:40 -0700 Subject: [PATCH] Fix failing Linux release with adapters (#10360) Summary: This is a temporary workaround. The actual fix is to build and install thrift. Resolves https://github.com/facebookincubator/velox/issues/10352 Pull Request resolved: https://github.com/facebookincubator/velox/pull/10360 Reviewed By: amitkdutta Differential Revision: D59239687 Pulled By: pedroerp fbshipit-source-id: 733268cab0742444e6fd637854b711f918308299 --- .github/workflows/linux-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linux-build.yml b/.github/workflows/linux-build.yml index 3f5e7a72909f..abd60e07fc2d 100644 --- a/.github/workflows/linux-build.yml +++ b/.github/workflows/linux-build.yml @@ -62,7 +62,7 @@ jobs: Protobuf_SOURCE: BUNDLED # can be removed after #10134 is merged simdjson_SOURCE: BUNDLED xsimd_SOURCE: BUNDLED - Arrow_SOURCE: AUTO + Arrow_SOURCE: BUNDLED CUDA_VERSION: "12.4" steps: - uses: actions/checkout@v4