mirror of
https://github.com/logos-blockchain/logos-blockchain-testing.git
synced 2026-05-28 20:49:39 +00:00
CI bundle: refresh lock before build to match local
This commit is contained in:
parent
4e203be02a
commit
7c3fd6c5ac
4
.github/workflows/build-binaries.yml
vendored
4
.github/workflows/build-binaries.yml
vendored
@ -60,6 +60,10 @@ jobs:
|
|||||||
git checkout "${NOMOS_NODE_REV}"
|
git checkout "${NOMOS_NODE_REV}"
|
||||||
git reset --hard
|
git reset --hard
|
||||||
git clean -fdx
|
git clean -fdx
|
||||||
|
# Align CI with the host build path: refresh dependency lock to latest compatible
|
||||||
|
# crates (we still pin flate2 below). This mirrors the local script that drops
|
||||||
|
# Cargo.lock before building.
|
||||||
|
cargo +nightly-2025-09-14 update
|
||||||
# Work around flate2 1.1.6 ambiguity issues by pinning to a fixed release.
|
# Work around flate2 1.1.6 ambiguity issues by pinning to a fixed release.
|
||||||
cargo +nightly-2025-09-14 update -p flate2 --precise 1.1.5
|
cargo +nightly-2025-09-14 update -p flate2 --precise 1.1.5
|
||||||
cargo +nightly-2025-09-14 build --all-features --bins
|
cargo +nightly-2025-09-14 build --all-features --bins
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user