Skip to content

Commit

Permalink
Try again with just --target all but without --no-dedupe
Browse files Browse the repository at this point in the history
  • Loading branch information
graydon committed Sep 19, 2024
1 parent b249397 commit 37de5c8
Show file tree
Hide file tree
Showing 3 changed files with 168 additions and 9,463 deletions.
2 changes: 1 addition & 1 deletion src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ $(RUST_DEP_TREE_STAMP): $(ALL_RUST_EXPECT_DEPTREES) $(ALL_RUST_ACTUAL_DEPTREES)
$(ALL_RUST_ACTUAL_DEPTREES) &: $(wildcard rust/soroban/*/Cargo.*) Makefile
for proto in $(ALL_SOROBAN_PROTOCOLS); \
do \
cargo tree --manifest-path rust/soroban/$$proto/Cargo.toml --locked --package soroban-env-host --edges no-dev --target all --no-dedupe \
cargo tree --manifest-path rust/soroban/$$proto/Cargo.toml --locked --package soroban-env-host --edges no-dev --target all \
| sed -e "s@$(abspath $(top_srcdir))/@@g" > $(RUST_BUILD_DIR)/src/dep-trees/$$proto-actual.txt ;\
done

Expand Down
Loading

0 comments on commit 37de5c8

Please sign in to comment.