We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aeafdbb commit 0e4eaf8Copy full SHA for 0e4eaf8
.github/scripts/ubuntu-24.04/compile_build.sh
@@ -6,7 +6,8 @@ mkdir -p ${INSTALL_PATH}
6
7
## Compile Thrift
8
9
-tar -xvf ${DOWNLOAD_PATH}/thrift-0.16.0.tar.gz
+cd ${DOWNLOAD_PATH}
10
+tar -xvf thrift-0.16.0.tar.gz
11
cd thrift-0.16.0
12
./configure --prefix=${INSTALL_PATH}/thrift --silent --without-python \
13
--enable-libtool-lock --enable-tutorial=no --enable-tests=no \
0 commit comments