-
Notifications
You must be signed in to change notification settings - Fork 825
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
Compilation errors on simple-game-server #3054
Compilation errors on simple-game-server #3054
Conversation
Build Failed 😱 Build Id: eab30be9-1883-4c6e-839d-9c7927e0bbb1 To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Failed since it was waiting to become leader. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: gongmax, markmandel, roberthbailey The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
New changes are detected. LGTM label has been removed. |
Build Failed 😱 Build Id: fe83bd38-0108-4e46-b7cd-5b8463be2191 To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
We should keep the |
* Fix for updated `signals.NewSigKillContext()` * `go mod tidy` required after recent dependabot fixes.
d1f222f
to
99ef110
Compare
Build Succeeded 👏 Build Id: 2e7a728d-ba14-46a5-9862-02b29fc33236 The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
Build Failed 😱 Build Id: c997e7d0-2e9e-4f82-a629-cab1801afc49 To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Now that #3050 has merged, can we update the issue title? This no longer fixes compilation issues, but it does clean up the dependencies for the executable. |
It does still fix compilation issues - as otherwise go will complain that a |
Build Succeeded 👏 Build Id: f0161102-981f-4cf1-afcc-e60cbc303462 The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
Build Failed 😱 Build Id: c213b608-837d-4702-b7a2-9f259a21ccdb To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
SDK conformance test flake. This is a new one:
|
Build Succeeded 👏 Build Id: 12529a68-af3c-47df-be2e-de105704cb4a The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
Build Failed 😱 Build Id: 94c954be-37be-40e6-a82d-b32972b16480 To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Build Succeeded 👏 Build Id: 1027bbb2-2672-46c3-9002-8ff59ae52a96 The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
Build Failed 😱 Build Id: 4799f76b-3bff-4016-a25a-fe0afffc246c To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Build Succeeded 👏 Build Id: 3e0396f8-ccdb-4afc-84fb-f2d8398acb2e The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
* Fix for updated `signals.NewSigKillContext()` * `go mod tidy` required after recent dependabot fixes.
What type of PR is this?
/kind cleanup
What this PR does / Why we need it:
We can now build the image again! 😄
signals.NewSigKillContext()
go mod tidy
required after recent dependabot fixes.Which issue(s) this PR fixes:
N/A
Special notes for your reviewer:
We should wait on #3050 before building a new example image with this version'd tag, and moving the e2e tests over to it.