-
Notifications
You must be signed in to change notification settings - Fork 75
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
proposal: support specifying a commit ref instead of master #143
Comments
This is supported in master already, will be part of the upcoming 1.5.0 release, whenever Travis decides to cut that. |
|
Thanks @philpennock - look forward to this landing in Travis. |
Quick question: will this effectively pull a cached build, or will it rebuild from commit X each time? |
gimme only pulls builds when doing binary installs. Gimme will locally cache builds but has no distributed caching support. We do not currently support re-using a cached build of a git revision, here's the comment I wrote at the time:
We use one common directory |
Filed issue #147 to ask for feedback on level of interest in reusable revision-specific builds, and propose one solution. |
Have the ability to build go tip is great, but building against the current master commit is not particularly useful because that's a moving feast.
Instead it would be useful to be able to specify (in .travis.yml files) a specific commit.
The text was updated successfully, but these errors were encountered: