Skip to content

Commit

Permalink
Fixup twoxtx build
Browse files Browse the repository at this point in the history
  • Loading branch information
joncinque committed Jun 24, 2024
1 parent 32caba3 commit 7343422
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request-token.yml
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ jobs:

- name: Set env vars
run: |
echo "RUST_STABLE_VERSION=1.72.0" >> $GITHUB_ENV
echo "RUST_STABLE_VERSION=1.78.0" >> $GITHUB_ENV
source ci/rust-version.sh
echo "RUST_STABLE=$rust_stable" >> $GITHUB_ENV
source ci/solana-version.sh
Expand Down
2 changes: 1 addition & 1 deletion patch.crates-io.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ crates_map+=("solana-entry entry")
crates_map+=("solana-faucet faucet")
crates_map+=("solana-frozen-abi frozen-abi")
crates_map+=("solana-frozen-abi-macro frozen-abi/macro")
crates_map+=("solana-geyser-plugin-interface geyser-plugin-interface")
crates_map+=("agave-geyser-plugin-interface geyser-plugin-interface")
crates_map+=("solana-geyser-plugin-manager geyser-plugin-manager")
crates_map+=("solana-gossip gossip")
crates_map+=("solana-ledger ledger")
Expand Down
4 changes: 2 additions & 2 deletions token/twoxtx-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ if [[ ! -d twoxtx-solana ]]; then
if [[ -n $CI ]]; then
git config --global user.email "[email protected]"
git config --global user.name "Your Name"
git clone https://github.com/solana-labs/solana.git twoxtx-solana
git clone https://github.com/anza-xyz/agave.git twoxtx-solana
else
git clone [email protected]:solana-labs/solana.git twoxtx-solana
git clone [email protected]:anza-xyz/agave.git twoxtx-solana
fi
fi

Expand Down

0 comments on commit 7343422

Please sign in to comment.