mirror of
https://github.com/logos-blockchain/logos-blockchain-testing.git
synced 2026-01-08 00:03:08 +00:00
Soften bundle requirement in run-examples
This commit is contained in:
parent
40f12eecaa
commit
f05bb53502
@ -229,7 +229,7 @@ fi
|
|||||||
|
|
||||||
if [ "$MODE" != "host" ]; then
|
if [ "$MODE" != "host" ]; then
|
||||||
if [ "${RESTORED_BINARIES}" -ne 1 ]; then
|
if [ "${RESTORED_BINARIES}" -ne 1 ]; then
|
||||||
fail_with_usage "NOMOS_BINARIES_TAR is required for compose/k8s (run scripts/build-bundle.sh --platform linux)"
|
echo "WARNING: NOMOS_BINARIES_TAR not restored; compose/k8s will rebuild binaries from source" >&2
|
||||||
fi
|
fi
|
||||||
if [ "${NOMOS_SKIP_IMAGE_BUILD:-0}" = "1" ]; then
|
if [ "${NOMOS_SKIP_IMAGE_BUILD:-0}" = "1" ]; then
|
||||||
echo "==> Skipping testnet image rebuild (NOMOS_SKIP_IMAGE_BUILD=1)"
|
echo "==> Skipping testnet image rebuild (NOMOS_SKIP_IMAGE_BUILD=1)"
|
||||||
@ -253,9 +253,6 @@ if [ "$MODE" = "host" ]; then
|
|||||||
ensure_host_binaries
|
ensure_host_binaries
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
if [ -z "${NOMOS_BINARIES_TAR:-}" ]; then
|
|
||||||
fail_with_usage "NOMOS_BINARIES_TAR is required for host runs (run scripts/build-bundle.sh --platform host)"
|
|
||||||
fi
|
|
||||||
ensure_host_binaries
|
ensure_host_binaries
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user