Skip to content
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

Merged
merged 11 commits into from
Oct 30, 2019

Conversation

tk3fftk
Copy link
Member

@tk3fftk tk3fftk commented Oct 21, 2019

Context

Binaries of hypercontainer have gone from AWS.

Objective

We build hyperctl from its source. The difference of master and 1.1.0 is just 2 commits so I use master branch directly.

We used 0.8.1 but latest version is 1.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.

@tk3fftk tk3fftk changed the title build hyperctl from source feat(1809): build hyperctl from source Oct 21, 2019
@tk3fftk tk3fftk changed the title feat(1809): build hyperctl from source feat(1809): build hyperctl from source. BREAKING CHANGE: hyperctl version will be 1.1.0 from 0.8.1 Oct 22, 2019
@tk3fftk tk3fftk marked this pull request as ready for review October 22, 2019 02:22
@sugarnaoming
Copy link

I think should rename hyperctl-download.sh.
Because this name and content is mismatch.

screwdriver.yaml Outdated
@@ -1,5 +1,7 @@
shared:
image: centos
image: golang:1.12

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

Copy link
Contributor

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.

Copy link
Member Author

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:

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

Copy link
Member Author

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.

Copy link
Member

@jithine jithine left a 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.

@jithine jithine merged commit ed62397 into screwdriver-cd:master Oct 30, 2019
@tk3fftk tk3fftk deleted the build-from-source branch October 31, 2019 01:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants