File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ jobs:
110110 # dependency graph into the binary so consumers can recover
111111 # the SBOM directly from the binary via `cargo audit bin`.
112112 cargo install --locked cargo-auditable --version 0.7.0
113- cargo auditable build --target ${target} --release -p tract-cli --locked
113+ cargo auditable build --target ${target} --release -p tract-cli
114114 mkdir tract-$name
115115 cp target/${target}/release/tract tract-${name}
116116 tar czf tract-${name}.tgz tract-${name}
Original file line number Diff line number Diff line change @@ -20,3 +20,9 @@ proptest-regressions
2020wheelhouse
2121target-bisector *
2222/nvidia
23+
24+ # Cargo.lock is not committed in this fork: the workspace consumes the
25+ # AdaWorldAPI/ndarray fork by git branch, and a committed lock pins a stale
26+ # revision of it (measured: the lock held ndarray e55af0e3 while the branch
27+ # was at f43338fb, so builds silently used a two-merge-old dependency).
28+ Cargo.lock
You can’t perform that action at this time.
0 commit comments