Nir Soffer
Nir Soffer
/assign @vtri950
/cc @vtri950
Since we need docker, we can install podman-docker.
I tried to build on new Fedora 43 cloud image that comes with gcc15, and it fails to to build the host-m4 package, since gcc 15 defaults to C23, and...
/cc @obnoxxx
/cc @medyagh
# Testing update (no update needed) ```console % make update-golang-version cd hack && go run update/golang_version/golang_version.go I1212 19:38:32.085398 58087 golang_version.go:110] Golang stable version: 1.25.5, MajorMinor: 1.25.0 I1212 19:38:32.091723 58087 update.go:90]...
## Testing update (update needed) Remove go 1.25.5 from go.hash: ```diff diff --git a/deploy/iso/minikube-iso/go.hash b/deploy/iso/minikube-iso/go.hash index 5d0328ceb..785f93583 100644 --- a/deploy/iso/minikube-iso/go.hash +++ b/deploy/iso/minikube-iso/go.hash @@ -38,6 +38,3 @@ sha256 d14120614acb29d12bcab72bd689f257eb4be9e0b6f88a8fb7e41ac65f8556e5 go1.24 sha256...
@fstab On which system did you try to build? You must use Ubuntu 22.04 on x86_64 machine - this is how the ISO is built in the CI. You must...
/retitle Building minikube iso in docker fails