Skip to content

Commit b531ac9

Browse files
committed
CI: download Thrift from Apache website, as GitHub source does not contain configure scripts.
1 parent d5cad98 commit b531ac9

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.gitlab/build-deps.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -326,8 +326,7 @@ fi
326326
##########
327327

328328
cd $PACKAGES_DIR
329-
wget --no-verbose --no-clobber https://github.com/apache/thrift/archive/refs/tags/v0.13.0.tar.gz \
330-
-O thrift-0.13.0.tar.gz
329+
wget --no-verbose --no-clobber http://archive.apache.org/dist/thrift/0.13.0/thrift-0.13.0.tar.gz
331330
tar -xf thrift-0.13.0.tar.gz
332331
cd thrift-0.13.0
333332

0 commit comments

Comments
 (0)