Skip to content

Commit f899383

Browse files
committed
f'Dockerfile: Install rust-lightning-bitcoinrpc from source'
1 parent 597e983 commit f899383

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build-rust-project.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
set -e
55

66
# $1=BRANCH_COMMIT $2=REPO_NAME $3=REPO_HOST
7+
if [ "$1" = "" -o "$2" = "" -o "$3" = "" ]; then
8+
echo "ERROR: 3 fields are required: BRANCH_COMMIT REPO_NAME REPO_HOST"
9+
exit 1
10+
fi
711

812
NUM_JOBS=4
913
if [ -f /proc/cpuinfo ]; then

0 commit comments

Comments
 (0)