Bump: Temporarily disable Electrum-NMC project

Latest releases don't build in rbm, and I don't have time to fix this
right now.
pull/161/head
Jeremy Rand 2 years ago
parent 0de6803263
commit 1374758f40
No known key found for this signature in database
GPG Key ID: EB03139A459DD06E

@ -36,6 +36,13 @@ do
continue
fi
# electrum-nmc v4.x doesn't work with rbm yet
if [ "${PROJECT}" = "electrum-nmc" ]
then
echo "$PROJECT: project doesn't work with rbm yet; skipping"
continue
fi
# x509-signature-splice branch depends on Go version, so it won't always be the latest
if [ "${PROJECT}" = "gox509signaturesplice" ]
then

Loading…
Cancel
Save