-
Notifications
You must be signed in to change notification settings - Fork 4
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
feat(1809): build hyperctl from source. BREAKING CHANGE: hyperctl version will be 1.1.0 from 0.8.1 #30
feat(1809): build hyperctl from source. BREAKING CHANGE: hyperctl version will be 1.1.0 from 0.8.1 #30
Conversation
4e651e9
to
2fa1f2d
Compare
2fa1f2d
to
609beae
Compare
609beae
to
921ed8a
Compare
4343514
to
9d35ce6
Compare
8af44e7
to
a903191
Compare
I think should rename |
screwdriver.yaml
Outdated
@@ -1,5 +1,7 @@ | |||
shared: | |||
image: centos | |||
image: golang:1.12 |
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.
Not using latest version is there any reason?
now latest version is 1.13
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.
I think use latest is also fine.
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.
Updated image tag and my local golang environment 🙏
@@ -1,19 +1,21 @@ | |||
shared: | |||
image: centos | |||
image: golang:1.13 | |||
environment: |
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.
golang version 1.13 do changed GO111MODULE default(auto mode) work.
I think so sould if not using go module function, GO111MODULE expressly set value off.
reference: golang/go#31857
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.
Thanks, I set GO111MODULE
to off explicitly.
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.
let's get this in, so that we can test and make sure everything is working. This will be a big change for k8s vm executor.
Context
Binaries of hypercontainer have gone from AWS.
Objective
We build
hyperctl
from its source. The difference of master and1.1.0
is just 2 commits so I use master branch directly.We used
0.8.1
but latest version is1.1.0
. It may be breaking change for hyperctl-image and we should verify new one.References
Issue: screwdriver-cd/screwdriver#1809
Original build log in Travis CI:
License
I confirm that this contribution is made under the terms of the license found in the root directory of this repository's source tree and that I have the authority necessary to make this contribution on behalf of its copyright owner.