Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

solana-install improvements #3416

Merged
merged 3 commits into from
Mar 21, 2019
Merged

solana-install improvements #3416

merged 3 commits into from
Mar 21, 2019

Conversation

mvines
Copy link
Member

@mvines mvines commented Mar 21, 2019

  • solana-install init now automatically update PATH for the user
  • solana-install deploy now fails cleanly if the source account balance is 0
  • install/testnet-deploy.sh can now be used to deploy to a local cluster

@codecov
Copy link

codecov bot commented Mar 21, 2019

Codecov Report

Merging #3416 into master will decrease coverage by 0.2%.
The diff coverage is 0%.

@@           Coverage Diff            @@
##           master   #3416     +/-   ##
========================================
- Coverage    79.9%   79.7%   -0.3%     
========================================
  Files         147     147             
  Lines       23029   23096     +67     
========================================
  Hits        18415   18415             
- Misses       4614    4681     +67

1 similar comment
@codecov
Copy link

codecov bot commented Mar 21, 2019

Codecov Report

Merging #3416 into master will decrease coverage by 0.2%.
The diff coverage is 0%.

@@           Coverage Diff            @@
##           master   #3416     +/-   ##
========================================
- Coverage    79.9%   79.7%   -0.3%     
========================================
  Files         147     147             
  Lines       23029   23096     +67     
========================================
  Hits        18415   18415             
- Misses       4614    4681     +67

@mvines mvines merged commit d4cc48f into solana-labs:master Mar 21, 2019
@mvines mvines deleted the inst branch March 21, 2019 20:00
joncinque added a commit to joncinque/solana that referenced this pull request Nov 1, 2024
#### Problem

The downstream SPL jobs were disabled in solana-labs#3414 because the crates
weren't being patched properly.

#### Summary of changes

Since the crates are now being properly patched in
solana-labs/solana-program-library#7434,
re-enable those jobs! At the same time, remove the patch to bump the
curve25519-dalek version.
alessandrod pushed a commit to alessandrod/solana that referenced this pull request Nov 5, 2024
…olana-labs#3416) (solana-labs#3421)

* CI: Re-enable downstream SPL jobs (solana-labs#3416)

#### Problem

The downstream SPL jobs were disabled in solana-labs#3414 because the crates
weren't being patched properly.

#### Summary of changes

Since the crates are now being properly patched in
solana-labs/solana-program-library#7434,
re-enable those jobs! At the same time, remove the patch to bump the
curve25519-dalek version.

(cherry picked from commit f9af09c)

# Conflicts:
#	.github/workflows/downstream-project-spl.yml

* Fix merge conflict

---------

Co-authored-by: Jon C <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant