From 88ef948993198e54f56feca5a2b937aa372b36c3 Mon Sep 17 00:00:00 2001 From: andrussal Date: Tue, 9 Dec 2025 13:30:29 +0100 Subject: [PATCH] Force isolated circuits dirs in docker and host bundle builds --- scripts/build-bundle.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/scripts/build-bundle.sh b/scripts/build-bundle.sh index 5af2b90..fb542ae 100755 --- a/scripts/build-bundle.sh +++ b/scripts/build-bundle.sh @@ -66,6 +66,8 @@ if [ "$PLATFORM" = "linux" ] && [ "$(uname -s)" != "Linux" ] && [ -z "${BUNDLE_I -e VERSION="$VERSION" \ -e NOMOS_NODE_REV="$NOMOS_NODE_REV" \ -e NOMOS_CIRCUITS="/workspace/.tmp/nomos-circuits-linux" \ + -e STACK_DIR="/workspace/.tmp/nomos-circuits-linux" \ + -e HOST_DIR="/workspace/.tmp/nomos-circuits-linux" \ -e BUNDLE_IN_CONTAINER=1 \ -e CARGO_HOME=/workspace/.tmp/cargo-linux \ -e CARGO_TARGET_DIR=/workspace/.tmp/nomos-node-linux-target \ @@ -90,7 +92,8 @@ else fi export NOMOS_CIRCUITS="${CIRCUITS_DIR}" mkdir -p "${ROOT_DIR}/.tmp" "${CIRCUITS_DIR}" -"${ROOT_DIR}/scripts/setup-circuits-stack.sh" "${VERSION}"