-
Notifications
You must be signed in to change notification settings - Fork 36
Update golang to 1.15.5 #72
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
Merged
kuisathaverat
merged 25 commits into
elastic:master
from
kuisathaverat:update-golang-to-1.15.4
Jan 7, 2021
Merged
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
a33428f
fix: back to Debian 7
kuisathaverat 1b85007
Merge branch 'master' of github.com:elastic/golang-crossbuild into de…
kuisathaverat b743fe0
fix: support x86 on Debian7
kuisathaverat 3b819e8
Add support for Golang 1.15.4
kvch 4ddc5ca
tmp
kvch 3e9c4e6
Merge branch 'debian-7' of github.com:kuisathaverat/golang-crossbuild…
kuisathaverat 065a228
feat: add test comment
kuisathaverat 55db4c5
fix: set default Debian9
kuisathaverat 7478311
fix: restore other ARM compilers
kuisathaverat f0d57d5
fix: get sources list depending on the Debian version
kuisathaverat 27c82a6
chore: minor changes
kuisathaverat 397dddf
fix: support for go 1.15
kuisathaverat c763637
Merge branch 'master' into update-golang-to-1.15.4
kuisathaverat fe50a3c
Update Makefile
kuisathaverat 9dcdb37
Update Makefile
kuisathaverat db60968
fix: typo
kuisathaverat b4ef7d8
Merge branch 'update-golang-to-1.15.4' of github.com:kuisathaverat/go…
kuisathaverat 3b0ec80
fix: push correct images
kuisathaverat a6fa219
fix: use single quotes
kuisathaverat 248d0e7
fix: update go to 1.15.5
kuisathaverat ee52e77
chore: refactor jenkinsfile
kuisathaverat 9c6d169
docs: update tags documentation
kuisathaverat a01af90
chore: bump Go version to 1.15.6
kuisathaverat c54ef11
feta: show GLIB version in logs
kuisathaverat 565ac72
chore: suggested change
kuisathaverat File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,14 @@ | ||
| IMAGES := base main darwin | ||
| DEBIAN_VERSION := 10 | ||
| TAG_EXTENSION := -debian10 | ||
|
|
||
| export DEBIAN_VERSION TAG_EXTENSION | ||
|
|
||
| build: | ||
| @$(foreach var,$(IMAGES),$(MAKE) -C $(var) build || exit 1;) | ||
|
|
||
| # Requires login at https://docker.elastic.co:7000/. | ||
| push: | ||
| @$(foreach var,$(IMAGES),$(MAKE) -C $(var) push || exit 1;) | ||
|
|
||
| .PHONY: build push |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| IMAGES := base main | ||
| IMAGES := base main arm darwin mips ppc s390x | ||
| DEBIAN_VERSION := 9 | ||
| TAG_EXTENSION := -debian9 | ||
|
|
||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| #include <stdio.h> | ||
| int main() { | ||
| printf("Hello, World!"); | ||
| return 0; | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| deb http://deb.debian.org/debian buster main | ||
| deb [arch=amd64,i386] http://security.debian.org/debian-security buster/updates main |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,2 @@ | ||
| deb http://archive.debian.org/debian jessie main | ||
| deb http://security.debian.org/debian-security jessie/updates main | ||
| deb [arch=amd64,i386] http://security.debian.org/debian-security jessie/updates main |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| deb http://deb.debian.org/debian stretch main | ||
| deb [arch=amd64,i386] http://security.debian.org/debian-security stretch/updates main |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| #include <stdio.h> | ||
| int main() { | ||
| printf("Hello, World!"); | ||
| return 0; | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| #include <stdio.h> | ||
| int main() { | ||
| printf("Hello, World!"); | ||
| return 0; | ||
| } |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.