mirror of
https://github.com/logos-blockchain/logos-blockchain-testing.git
synced 2026-01-02 13:23:13 +00:00
Build nomos-node without locked lockfile in CI
This commit is contained in:
parent
491df5ee4f
commit
ce50c0d5f9
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
@ -179,7 +179,7 @@ jobs:
|
||||
git checkout 2f60a0372c228968c3526c341ebc7e58bbd178dd
|
||||
git reset --hard
|
||||
git clean -fdx
|
||||
cargo +nightly-2025-09-14 build --locked --all-features -p nomos-node -p nomos-executor
|
||||
cargo +nightly-2025-09-14 build --all-features -p nomos-node -p nomos-executor
|
||||
- name: Run local runner smoke (ignored test)
|
||||
run: |
|
||||
cargo +nightly-2025-09-14 test -p runner-examples --test local_runner_bin_smoke -- --ignored --nocapture
|
||||
|
||||
@ -84,11 +84,11 @@ RUN if [ ! -d /workspace/nomos-node ]; then \
|
||||
git fetch --depth 1 origin 2f60a0372c228968c3526c341ebc7e58bbd178dd && \
|
||||
git checkout 2f60a0372c228968c3526c341ebc7e58bbd178dd && \
|
||||
git reset --hard && git clean -fdx && \
|
||||
cargo build --locked --all-features --bins && \
|
||||
cargo build --all-features --bins && \
|
||||
rm -rf /workspace/nomos-node/target/debug/incremental
|
||||
|
||||
# Build cfgsync binaries from this workspace.
|
||||
RUN cargo build --locked --all-features --manifest-path /workspace/testing-framework/tools/cfgsync/Cargo.toml --bins
|
||||
RUN cargo build --all-features --manifest-path /workspace/testing-framework/tools/cfgsync/Cargo.toml --bins
|
||||
|
||||
# ===========================
|
||||
# NODE IMAGE
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user