File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -79,6 +79,7 @@ ARCH=$(uname -m)
7979wget -O mold.tar.gz https://github.com/rui314/mold/releases/download/v${MOLD_VERSION}/mold-${MOLD_VERSION}-${ARCH}-linux.tar.gz
8080tar -xzf mold.tar.gz --strip-components=1 -C /usr/local
8181rm mold.tar.gz
82+ mold --version
8283EOF
8384
8485# ====================== GCC IMAGE ======================
Original file line number Diff line number Diff line change @@ -73,6 +73,7 @@ ARCH=$(uname -m)
7373wget -O mold.tar.gz https://github.com/rui314/mold/releases/download/v${MOLD_VERSION}/mold-${MOLD_VERSION}-${ARCH}-linux.tar.gz
7474tar -xzf mold.tar.gz --strip-components=1 -C /usr/local
7575rm mold.tar.gz
76+ mold --version
7677EOF
7778
7879# ====================== GCC IMAGE ======================
Original file line number Diff line number Diff line change @@ -66,6 +66,7 @@ ARCH=$(uname -m)
6666wget -O mold.tar.gz https://github.com/rui314/mold/releases/download/v${MOLD_VERSION}/mold-${MOLD_VERSION}-${ARCH}-linux.tar.gz
6767tar -xzf mold.tar.gz --strip-components=1 -C /usr/local
6868rm mold.tar.gz
69+ mold --version
6970EOF
7071
7172# ====================== GCC IMAGE ======================
You can’t perform that action at this time.
0 commit comments