Skip to content

Commit 39dcdc1

Browse files
committed
we don't need mega.nz for local test/integration/run.sh
Signed-off-by: Slach <bloodjazman@gmail.com>
1 parent 59fc88b commit 39dcdc1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ RUN rm -fv /etc/apt/sources.list.d/clickhouse.list && \
1919
# todo ugly fix for ugly fix, musl.cc is not available from github runner \
2020
DISTRIB_RELEASE=$(cat /etc/lsb-release | grep DISTRIB_RELEASE | cut -d "=" -f 2) && \
2121
echo ${DISTRIB_RELEASE} && \
22-
wget -nv -O /tmp/megacmd.deb https://mega.nz/linux/repo/xUbuntu_${DISTRIB_RELEASE}/amd64/megacmd-xUbuntu_${DISTRIB_RELEASE}_amd64.deb && \
23-
apt install -y "/tmp/megacmd.deb" && \
24-
mega-get https://mega.nz/file/zQwVHSYb#8WqqMUCTbbEVKDW55NPrRnM2-4SC-numNCLDKoTWtwQ /root/ && \
25-
# wget -nv -P /root/ https://musl.cc/aarch64-linux-musl-cross.tgz && \
22+
# wget -nv -O /tmp/megacmd.deb https://mega.nz/linux/repo/xUbuntu_${DISTRIB_RELEASE}/amd64/megacmd-xUbuntu_${DISTRIB_RELEASE}_amd64.deb && \
23+
# apt install -y "/tmp/megacmd.deb" && \
24+
# mega-get https://mega.nz/file/zQwVHSYb#8WqqMUCTbbEVKDW55NPrRnM2-4SC-numNCLDKoTWtwQ /root/ && \
25+
wget -nv -P /root/ https://musl.cc/aarch64-linux-musl-cross.tgz && \
2626
tar -xvf /root/aarch64-linux-musl-cross.tgz -C /root/ && \
2727
mkdir -p /root/go/
2828

0 commit comments

Comments
 (0)