-
Notifications
You must be signed in to change notification settings - Fork 74
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
gimme tip
giving me auto (1.4.1)
#38
Comments
@meatballhat is Travis using I've just tested locally, and after getting a suitable root@702ccc3cd64e:/go# eval "$(gimme tip | tee /proc/self/fd/2)"
error: Missing bootstrap installation
error: Unable to compile go from git clone
I don't have any idea what to do with 'tip'.
(using type 'auto')
root@702ccc3cd64e:/go# eval "$(gimme 1.6 | tee /proc/self/fd/2)"
unset GOOS
unset GOARCH
export GOROOT="/root/.gimme/versions/go1.6.linux.amd64"
export PATH="/root/.gimme/versions/go1.6.linux.amd64/bin:${PATH}"
go version >&2
export GIMME_ENV="/root/.gimme/envs/go1.6.env"
go version go1.6 linux/amd64
root@702ccc3cd64e:/go# eval "$(gimme tip | tee /proc/self/fd/2)"
unset GOOS
unset GOARCH
unset GOROOT
export PATH="/root/.gimme/versions/go/bin:${PATH}"
go version >&2
export GIMME_ENV="/root/.gimme/envs/gotip.env"
go version devel +98cc8b4 Thu Feb 18 22:34:29 2016 +0000 linux/amd64 (using On the flip side, we've had a few changes since v0.2.2, but nothing really jumps out at me as something that would cause this error-less failure: v0.2.2...master#diff-5ee4f58e325e1214290061f6948fdd60 (A new release being cut and pushed into Travis is likely warranted regardless.) |
Also disables tip because gimme is broken. See travis-ci/gimme#38. Change-Id: I1a757c6e15827a6861d949c3896e35bf7d62d878
Strange, though. It appeared to work a couple days ago: https://travis-ci.org/GoogleCloudPlatform/golang-samples/jobs/110069647 6b9a0fa is this commit: |
what about this? I got exactly the same quite randomly |
ping? |
It's failing for me to, with the following log from Travis:
Weird thing is that it worked 2 days ago. Was the version of Gimme updated on travis-ci.com, where this broke? |
I think it's working now. Ping? |
It's fixed for me. |
I'm still getting this exact error. |
NOTE: no tip travis-ci/gimme#38
This removes the tip spec to use master instead, because tip is apparently not supported anymore, see travis-ci/gimme#38 and https://docs.travis-ci.com/user/languages/go. Also, using the `x` suffix is apparently necessary to use the latest version.
remove `tip`. see travis-ci/gimme#38
This was working just fine all these days, and suddenly this error re-appeared today, anyone else seeing the same? |
I also seem to have the same issue or a similar issue :( My Travis build just timeout after 10 minutes while waiting on this line:
|
The Something like this might be a good choice; it's what I have in one project but with versions bumped to be current:
I don't want to immediately close an issue if people are still seeing it, but I don't think that there's too much I can do to this, unless we want to have Would an issue tracking that as a feature request and marking this issue as dependent upon it, so that we close this issue once that feature lands, be acceptable to folks? |
Also disables tip because gimme is broken. See travis-ci/gimme#38. Change-Id: I1a757c6e15827a6861d949c3896e35bf7d62d878
See travis log here:
https://travis-ci.org/GoogleCloudPlatform/golang-samples/jobs/110253789
The text was updated successfully, but these errors were encountered: