-
Notifications
You must be signed in to change notification settings - Fork 4.5k
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
Fix compilation failure on windows #10983
Conversation
needs rebase on #10986. I've confirmed windows now builds with this pr. :): https://travis-ci.com/github/solana-labs/solana/jobs/359595539#L600 |
.travis.yml
Outdated
@@ -37,24 +32,6 @@ jobs: | |||
script: | |||
- source ci/env.sh | |||
- ci/publish-tarball.sh | |||
deploy: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
revert these removals before merging!!!
27d5256
to
22ae7aa
Compare
rebased on #11000 (supersedes #10986) and windows build is fixed: https://travis-ci.com/github/solana-labs/solana/jobs/360070195 |
Windows build on master restored: https://travis-ci.com/github/solana-labs/solana/jobs/360299694#L625 |
Problem
#8012 started to cause master CI travis windows build to fail.
Summary of Changes
Fixes https://travis-ci.com/github/solana-labs/solana/jobs/359548477#L616