mirror of
https://github.com/logos-blockchain/logos-blockchain-testing.git
synced 2026-01-04 06:13:09 +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 checkout 2f60a0372c228968c3526c341ebc7e58bbd178dd
|
||||||
git reset --hard
|
git reset --hard
|
||||||
git clean -fdx
|
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)
|
- name: Run local runner smoke (ignored test)
|
||||||
run: |
|
run: |
|
||||||
cargo +nightly-2025-09-14 test -p runner-examples --test local_runner_bin_smoke -- --ignored --nocapture
|
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 fetch --depth 1 origin 2f60a0372c228968c3526c341ebc7e58bbd178dd && \
|
||||||
git checkout 2f60a0372c228968c3526c341ebc7e58bbd178dd && \
|
git checkout 2f60a0372c228968c3526c341ebc7e58bbd178dd && \
|
||||||
git reset --hard && git clean -fdx && \
|
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
|
rm -rf /workspace/nomos-node/target/debug/incremental
|
||||||
|
|
||||||
# Build cfgsync binaries from this workspace.
|
# 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
|
# NODE IMAGE
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user