fix: deployment updates

This commit is contained in:
Pravdyvy 2026-01-08 10:13:47 +02:00
parent 0a95e3ee62
commit 6f8a7295c2
2 changed files with 9 additions and 1 deletions

View File

@ -52,10 +52,14 @@ if [ -d ".git" ]; then
git reset --hard origin/main
else
echo "Cloning repository..."
git clone https://github.com/vacp2p/nescience-testnet.git .
git clone https://github.com/logos-blockchain/lssa.git .
git checkout main
fi
# Install Nomos circuits for compatibility
chmod 777 /ci_scripts/setup-nomos-circuits.sh
/ci_scripts/setup-nomos-circuits.sh
# Build sequencer_runner and wallet in release mode
echo "Building sequencer_runner"
# That could be just `cargo build --release --bin sequencer_runner --bin wallet`

View File

@ -9,6 +9,10 @@ RUN apt-get update && apt-get install -y \
clang \
&& rm -rf /var/lib/apt/lists/*
# Nomos circuits for compatibility
RUN chmod 777 /ci_scripts/setup-nomos-circuits.sh
&& /ci_scripts/setup-nomos-circuits.sh
WORKDIR /sequencer_runner
# Planner stage - generates dependency recipe