Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 586bd6f

Browse files
authored
CI: Fixup patch crates script (#7465)
#### Problem The locations of crates in the monorepo was moved to the `sdk/` dir in anza-xyz/agave#3498, but the patch script is still looking in the wrong location. This is why the downstream job was disabled in that PR. #### Summary of changes Get the patch script up to date with the new locations of the crates.
1 parent 2154fe6 commit 586bd6f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

patch.crates-io.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,15 +69,12 @@ crates_map+=("solana-core core")
6969
crates_map+=("solana-entry entry")
7070
crates_map+=("solana-faucet faucet")
7171
crates_map+=("solana-fee fee")
72-
crates_map+=("solana-frozen-abi frozen-abi")
73-
crates_map+=("solana-frozen-abi-macro frozen-abi/macro")
7472
crates_map+=("agave-geyser-plugin-interface geyser-plugin-interface")
7573
crates_map+=("solana-geyser-plugin-manager geyser-plugin-manager")
7674
crates_map+=("solana-gossip gossip")
7775
crates_map+=("solana-lattice-hash lattice-hash")
7876
crates_map+=("solana-ledger ledger")
7977
crates_map+=("solana-log-collector log-collector")
80-
crates_map+=("solana-logger logger")
8178
crates_map+=("solana-measure measure")
8279
crates_map+=("solana-merkle-tree merkle-tree")
8380
crates_map+=("solana-metrics metrics")
@@ -139,10 +136,13 @@ crates_map+=("solana-derivation-path sdk/derivation-path")
139136
crates_map+=("solana-epoch-schedule sdk/epoch-schedule")
140137
crates_map+=("solana-feature-set sdk/feature-set")
141138
crates_map+=("solana-fee-calculator sdk/fee-calculator")
139+
crates_map+=("solana-frozen-abi sdk/frozen-abi")
140+
crates_map+=("solana-frozen-abi-macro sdk/frozen-abi/macro")
142141
crates_map+=("solana-hash sdk/hash")
143142
crates_map+=("solana-inflation sdk/inflation")
144143
crates_map+=("solana-instruction sdk/instruction")
145144
crates_map+=("solana-last-restart-slot sdk/last-restart-slot")
145+
crates_map+=("solana-logger sdk/logger")
146146
crates_map+=("solana-msg sdk/msg")
147147
crates_map+=("solana-native-token sdk/native-token")
148148
crates_map+=("solana-packet sdk/packet")

0 commit comments

Comments
 (0)