Skip to content

Commit

Permalink
Update patchmaker dockerstub to use mirror server for downloading the…
Browse files Browse the repository at this point in the history
… BCC toolchain
  • Loading branch information
paulnoalhyt authored Dec 18, 2024
1 parent 935ba58 commit bbedf27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ofrak_patch_maker/Dockerstub
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ fi;
#BCC (GCC) SPARC v8
RUN if [ "$TARGETARCH" = "amd64" ]; then \
cd /tmp/ \
&& wget https://www.gaisler.com/anonftp/bcc2/bin/bcc-2.0.7-gcc-linux64.tar.xz --show-progress --progress=bar:force:noscroll \
&& wget http://mirror.tensorflow.org/www.gaisler.com/anonftp/bcc2/bin/bcc-2.0.7-gcc-linux64.tar.xz --show-progress --progress=bar:force:noscroll \
&& mkdir -p /opt/rbs/toolchain/ \
&& tar -C /opt/rbs/toolchain/ -xJf bcc-2.0.7-gcc-linux64.tar.xz \
&& rm bcc-2.0.7-gcc-linux64.tar.xz; \
Expand Down

0 comments on commit bbedf27

Please sign in to comment.