File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 4242 matrix :
4343 working-directory : ${{ fromJSON(needs.collect-examples.outputs.dirs) }}
4444 experimental_spec_shaking_v2 : [true, false]
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 where the version to override is a
49+ # different major version or does not match the semver compatibility
50+ # defined by the importer, causing two copies of soroban-sdk to be
51+ # compiled and duplicate lang item (panic_impl) errors.
52+ # https://github.com/stellar/rs-soroban-sdk/issues/1723
53+ exclude :
54+ - working-directory : privacy-pools
4555 defaults :
4656 run :
4757 working-directory : soroban-examples/${{ matrix.working-directory }}
You can’t perform that action at this time.
0 commit comments