Skip to content
This repository was archived by the owner on Jun 27, 2018. It is now read-only.

Commit 320e9aa

Browse files
committed
print rustc version before compiling
1 parent f10a874 commit 320e9aa

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

docker/bin/compile.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
set -o errexit
44

5+
rustc --version
6+
57
RUST_NEW_ERROR_FORMAT=1 TERM=xterm rustc - -o ./out "$@"
68
printf '\377' # 255 in octal
79
exec cat out

docker/bin/evaluate.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
set -o errexit
44

5+
rustc --version
6+
57
RUST_NEW_ERROR_FORMAT=1 TERM=xterm rustc - -o ./out "$@"
68
printf '\377' # 255 in octal
79
if [ "${*#*--test}" != "$*" ] && [ "${*#*--color=always}" != "$*" ]; then

0 commit comments

Comments
 (0)