Skip to content

Commit

Permalink
Port SPL to solana-program and cargo build-bpf
Browse files Browse the repository at this point in the history
  • Loading branch information
mvines committed Oct 25, 2020
1 parent 4616c2e commit 80e29ef
Show file tree
Hide file tree
Showing 90 changed files with 1,166 additions and 1,197 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ bin
config.json
node_modules
./package-lock.json
*.so
*-dump.txt
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ services:
env:
global:
- RUST_BACKTRACE=1
- SOLANA_VERSION=v1.4.2
- SOLANA_VERSION=v1.4.3

jobs:
include:
Expand Down
3 changes: 2 additions & 1 deletion .travis/install-program-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@ node --version
if [[ -n $SOLANA_VERSION ]]; then
sh -c "$(curl -sSfL https://release.solana.com/$SOLANA_VERSION/install)"
fi
PATH="~/.local/share/solana/install/active_release/bin:$PATH"
export PATH="~/.local/share/solana/install/active_release/bin:$PATH"
solana --version
cargo build-bpf --version
Loading

0 comments on commit 80e29ef

Please sign in to comment.