Skip to content

Commit 3ce3be0

Browse files
v2.1: CI: Remove crate patches for downstream SPL jobs (backport of #3416) (#3421)
* CI: Re-enable downstream SPL jobs (#3416) #### Problem The downstream SPL jobs were disabled in #3414 because the crates weren't being patched properly. #### Summary of changes Since the crates are now being properly patched in solana-labs/solana-program-library#7434, re-enable those jobs! At the same time, remove the patch to bump the curve25519-dalek version. (cherry picked from commit f9af09c) # Conflicts: # .github/workflows/downstream-project-spl.yml * Fix merge conflict --------- Co-authored-by: Jon C <[email protected]>
1 parent b76df54 commit 3ce3be0

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/scripts/downstream-project-spl-common.sh

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,3 @@ if semverGT "$project_used_solana_version" "$SOLANA_VER"; then
2424
fi
2525

2626
./patch.crates-io.sh "$SOLANA_DIR"
27-
28-
# anza migration stopgap. can be removed when agave is fully recommended for public usage.
29-
sed -i 's/solana-geyser-plugin-interface/agave-geyser-plugin-interface/g' ./Cargo.toml
30-
31-
# should be removed when spl bump their curve25519-dalek
32-
sed -i "s/^curve25519-dalek =.*/curve25519-dalek = \"4.1.3\"/" token/confidential-transfer/proof-generation/Cargo.toml
33-
34-
# fix curve25519-dalek
35-
36-
sed -i '/\[patch.crates-io\]/a curve25519-dalek = { git = "https://github.com/anza-xyz/curve25519-dalek.git", rev = "b500cdc2a920cd5bff9e2dd974d7b97349d61464" }' ./Cargo.toml

0 commit comments

Comments
 (0)