-
Couldn't load subscription status.
- Fork 18
Travis build master #21
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
Conversation
|
Hold off on merging this, found issue where psiphon is still vendoring the |
| - mkdir -p $GOPATH/src/github.com/Psiphon-Labs | ||
| # Get Specific Psiphon Core Library Release | ||
| - git clone https://github.com/Psiphon-Labs/psiphon-tunnel-core.git $GOPATH/src/github.com/Psiphon-Labs/psiphon-tunnel-core | ||
| - (cd $GOPATH/src/github.com/Psiphon-Labs/psiphon-tunnel-core && git checkout $PSIPHON_CORE_VERSION -b build-refraction-networking) |
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.
It appears that we previously would clone master branch, but now are cloning build-refraction-networking? Is there a reason for that?
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.
This pulls a commit based on an environment variable set in the travis ci online environment. I added this so that there is some consistency around what is being built against. It is just checking it out locally to a branch named build-refraction-networking.
This is actually a question that I have for the psiphon folks, if there are stable releases of this repo I would prefer to use those ( as we are for Psiphon-Labs/psiphon-tunnel-core) but these are configurable to specific commits / tags / releases using env vars in travis now.
This is the same for #23
Added specific commits to pull when building psiphon core and apk.
Disabled inconsistent tests in
tapdance/dialer_test.goandtdproxy/tapdance_test.go.Added new encrypted
EmbeddedValues.javaBuild now successful