We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e15d39 commit f247823Copy full SHA for f247823
scripts/build_nim.sh
@@ -6,7 +6,7 @@
6
# at your option. This file may not be copied, modified, or distributed except
7
# according to those terms.
8
9
-set -eo pipefail
+set -xeo pipefail
10
11
# NIM_COMMIT could be a (partial) commit hash, a tag, a branch name, etc. Empty by default.
12
NIM_COMMIT_HASH="" # full hash for NIM_COMMIT, retrieved in "nim_needs_rebuilding()"
0 commit comments