This is an automated email from the ASF dual-hosted git repository.
diwu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-spark-connector.git
The following commit(s) were added to refs/heads/master by this push:
new 58b8734 fix thrift compiler (#71)
58b8734 is described below
commit 58b87341ca5086c2d4bda40034f7ecaf03435edb
Author: DongLiang-0 <[email protected]>
AuthorDate: Wed Feb 22 22:36:30 2023 +0800
fix thrift compiler (#71)
---
.github/workflows/build-extension.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/build-extension.yml
b/.github/workflows/build-extension.yml
index 38e55e5..40f59f8 100644
--- a/.github/workflows/build-extension.yml
+++ b/.github/workflows/build-extension.yml
@@ -40,8 +40,8 @@ jobs:
- name: Setup thrift
run: |
- sudo apt-get update
- sudo DEBIAN_FRONTEND=noninteractive apt-get install -y
thrift-compiler=0.13.0-2build2
+ wget
http://archive.ubuntu.com/ubuntu/pool/universe/t/thrift/thrift-compiler_0.13.0-2build2_amd64.deb
+ sudo dpkg -i thrift-compiler_0.13.0-2build2_amd64.deb
thrift --version
touch custom_env.sh
echo 'export THRIFT_BIN=/usr/bin/thrift' >> custom_env.sh
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]