Browse Source

ci: patching spl project before anchor project uses it (#1558)

patching spl project before anchor project uses it
Yihau Chen 1 year ago
parent
commit
e6373b6a2b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      scripts/build-downstream-anchor-projects.sh

+ 1 - 0
scripts/build-downstream-anchor-projects.sh

@@ -48,6 +48,7 @@ anchor() {
   rm -rf spl
   git clone https://github.com/solana-labs/solana-program-library.git spl
   cd spl || exit 1
+  ./patch.crates-io.sh "$solana_dir"
   spl_dir=$PWD
   get_spl_versions "$spl_dir"
   cd ..