Skip to content

Commit e63b57c

Browse files
committed
Verify mold is available and show its version
1 parent 452b332 commit e63b57c

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

docker/debian/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ ARCH=$(uname -m)
7979
wget -O mold.tar.gz https://github.com/rui314/mold/releases/download/v${MOLD_VERSION}/mold-${MOLD_VERSION}-${ARCH}-linux.tar.gz
8080
tar -xzf mold.tar.gz --strip-components=1 -C /usr/local
8181
rm mold.tar.gz
82+
mold --version
8283
EOF
8384

8485
# ====================== GCC IMAGE ======================

docker/rhel/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ ARCH=$(uname -m)
7373
wget -O mold.tar.gz https://github.com/rui314/mold/releases/download/v${MOLD_VERSION}/mold-${MOLD_VERSION}-${ARCH}-linux.tar.gz
7474
tar -xzf mold.tar.gz --strip-components=1 -C /usr/local
7575
rm mold.tar.gz
76+
mold --version
7677
EOF
7778

7879
# ====================== GCC IMAGE ======================

docker/ubuntu/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ ARCH=$(uname -m)
6666
wget -O mold.tar.gz https://github.com/rui314/mold/releases/download/v${MOLD_VERSION}/mold-${MOLD_VERSION}-${ARCH}-linux.tar.gz
6767
tar -xzf mold.tar.gz --strip-components=1 -C /usr/local
6868
rm mold.tar.gz
69+
mold --version
6970
EOF
7071

7172
# ====================== GCC IMAGE ======================

0 commit comments

Comments
 (0)