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

Makefile: introduce GO_BUILD variable #432

Merged
merged 1 commit into from
Jul 14, 2021
Merged

Conversation

tklauser
Copy link
Member

This allows users to overwrite the GO environment variable while still
using CGO_ENABLED=0. This for example is useful when testing
pre-releases of the Go toolchain, e.g. make GO=go1.17rc1.

Follows cilium/hubble#560

This allows users to overwrite the GO environment variable while still
using CGO_ENABLED=0. This for example is useful when testing
pre-releases of the Go toolchain, e.g. `make GO=go1.17rc1`.

Follows cilium/hubble#560

Signed-off-by: Tobias Klauser <tobias@cilium.io>
@tklauser tklauser requested a review from rolinh July 14, 2021 07:49
@tklauser tklauser requested a review from a team as a code owner July 14, 2021 07:49
@tklauser tklauser temporarily deployed to ci July 14, 2021 07:49 Inactive
@tklauser
Copy link
Member Author

  • GKE workflow failed with
 The connection to the server 34.94.161.100 was refused - did you specify the right host or port?

while waiting for the cilium-cli job to complete: https://github.com/cilium/cilium-cli/actions/runs/1029446401

  • External Workloads workflow failed with
 error: timed out waiting for the condition on jobs/cilium-cli-install

while waiting for the cilium-cli job to complete and

Error from server: Get "https://10.168.0.111:10250/containerLogs/kube-system/cilium-cli-install-77pwm/test?timestamps=true": No SSH tunnels currently open. Were the targets able to accept an ssh-key for user "gke-be2e2552123e4033aa0e"?

while retrieving post-installation logs: https://github.com/cilium/cilium-cli/actions/runs/1029446395

Could these be caused by infrastructure issues on GKE, given both run there? Re-triggering these workflows.

@tklauser tklauser merged commit 0a26cd7 into master Jul 14, 2021
@tklauser tklauser deleted the pr/tklauser/make-go-build branch July 14, 2021 14:21
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.

None yet

2 participants