mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-01-27 01:23:17 +00:00
fix: deployment updates
This commit is contained in:
parent
0a95e3ee62
commit
6f8a7295c2
@ -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`
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user