File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
.github/actions/build-test/windows Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ runs:
100
100
shell : pwsh
101
101
run : |
102
102
Invoke-WebRequest `
103
- "https://archive .apache.org/dist/ thrift/${{ inputs.THRIFT_VERSION }}/thrift-${{ inputs.THRIFT_VERSION }}.tar.gz" `
103
+ "https://www .apache.org/dyn/closer.lua/ thrift/${{ inputs.THRIFT_VERSION }}/thrift-${{ inputs.THRIFT_VERSION }}.tar.gz?action=download " `
104
104
-OutFile "thrift-${{ inputs.THRIFT_VERSION }}.tar.gz"
105
105
tar xzf thrift-${{ inputs.THRIFT_VERSION }}.tar.gz
106
106
rm thrift-${{ inputs.THRIFT_VERSION }}.tar.gz
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ if [[ "$#" -ne 1 ]]; then
10
10
exit 1
11
11
fi
12
12
13
- curl --fail --silent --show-error --location https://archive .apache.org/dist/ thrift/$1 /thrift-$1 .tar.gz | tar xzf -
13
+ curl --fail --silent --show-error --location " https://www .apache.org/dyn/closer.lua/ thrift/$1 /thrift-$1 .tar.gz?action=download " | tar xzf -
14
14
pushd thrift-$1 /build
15
15
cmake .. -DBUILD_COMPILER=OFF -DBUILD_TESTING=OFF -DBUILD_TUTORIALS=OFF -DBUILD_LIBRARIES=ON \
16
16
-DBUILD_CPP=ON -DBUILD_AS3=OFF -DBUILD_C_GLIB=OFF -DBUILD_JAVA=OFF -DBUILD_PYTHON=OFF \
You can’t perform that action at this time.
0 commit comments