Skip to content

Commit df57657

Browse files
committed
Revert "[anza migration] rename crates (#10)"
This reverts commit 3f9a7a5.
1 parent 0eb0e7c commit df57657

File tree

74 files changed

+547
-554
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+547
-554
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,3 @@ if semverGT "$project_used_solana_version" "$SOLANA_VER"; then
2222
fi
2323

2424
./patch.crates-io.sh "$SOLANA_DIR"
25-
26-
# anza migration stopgap. can be removed when agave is fully recommended for public usage.
27-
sed -i 's/solana-geyser-plugin-interface/agave-geyser-plugin-interface/g' ./Cargo.toml

.github/workflows/release-artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
mkdir -p "windows-release/$FOLDER_NAME"
6262
cp -v "solana-release-x86_64-pc-windows-msvc.tar.bz2" "windows-release/$FOLDER_NAME/"
6363
cp -v "solana-release-x86_64-pc-windows-msvc.yml" "windows-release/$FOLDER_NAME/"
64-
cp -v "agave-install-init-x86_64-pc-windows-msvc"* "windows-release/$FOLDER_NAME"
64+
cp -v "solana-install-init-x86_64-pc-windows-msvc"* "windows-release/$FOLDER_NAME"
6565
6666
- name: Upload Artifacts
6767
if: ${{ steps.build.outputs.channel != '' || steps.build.outputs.tag != '' }}

0 commit comments

Comments
 (0)