Skip to content

Commit 3e2af01

Browse files
authored
Merge pull request #8 from AdaWorldAPI/claude/atlas-spatial-hydration-fp4dyc
Stop committing Cargo.lock
2 parents e9928da + eea7203 commit 3e2af01

4 files changed

Lines changed: 7 additions & 6627 deletions

File tree

.github/workflows/binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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}

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,9 @@ proptest-regressions
2020
wheelhouse
2121
target-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

0 commit comments

Comments
 (0)