Skip to content

Commit dc6f5c7

Browse files
clarify skip comment as cargo limitation
1 parent 359b321 commit dc6f5c7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/test-with-soroban-examples.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ jobs:
4242
matrix:
4343
working-directory: ${{ fromJSON(needs.collect-examples.outputs.dirs) }}
4444
experimental_spec_shaking_v2: [true, false]
45-
# Exclude examples that have transitive crates.io dependencies on
46-
# soroban-sdk (e.g. via soroban-poseidon). The sed-based patching only
47-
# rewrites direct dependency declarations in local Cargo.toml files and
48-
# cannot redirect the soroban-sdk dependency inside a crates.io package,
49-
# causing duplicate lang item (panic_impl) errors.
45+
# Exclude examples that depend on crates.io packages that transitively
46+
# depend on soroban-sdk (e.g. soroban-poseidon). Cargo does not provide
47+
# a way to override the version of soroban-sdk required as a transitive
48+
# dependency of another dependency, causing two copies of soroban-sdk to
49+
# be compiled and duplicate lang item (panic_impl) errors.
5050
exclude:
5151
- working-directory: privacy-pools
5252
defaults:

0 commit comments

Comments
 (0)