Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export GOTOOLCHAIN := go$(GO_VERSION)
GO_K8S_VERSION_PREFIX ?= v1.35.0

INSTALL_SIZE ?= $(shell du out/minikube-windows-amd64.exe | cut -f1)
BUILDROOT_BRANCH ?= 2025.02
BUILDROOT_BRANCH ?= 2025.02.8
# the go version on the line below is for the ISO
GOLANG_OPTIONS = GOWORK=off GO_VERSION=1.23.4 GO_HASH_FILE=$(PWD)/deploy/iso/minikube-iso/go.hash
BUILDROOT_OPTIONS = BR2_EXTERNAL=../../deploy/iso/minikube-iso $(GOLANG_OPTIONS)
Expand Down
1 change: 0 additions & 1 deletion deploy/iso/minikube-iso/package/Config.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@ menu "System tools"
source "$BR2_EXTERNAL_MINIKUBE_PATH/package/cni/Config.in"
source "$BR2_EXTERNAL_MINIKUBE_PATH/package/automount/Config.in"
source "$BR2_EXTERNAL_MINIKUBE_PATH/package/scheduled-stop/Config.in"
source "$BR2_EXTERNAL_MINIKUBE_PATH/package/podman/Config.in"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think the podman package was added to Buildroot, until after 2025.02

Make sure that it is still enabled in the Buildroot config, and that it builds OK...

source "$BR2_EXTERNAL_MINIKUBE_PATH/package/runc-master/Config.in"
endmenu
11 changes: 0 additions & 11 deletions deploy/iso/minikube-iso/package/podman/Config.in

This file was deleted.

4 changes: 0 additions & 4 deletions deploy/iso/minikube-iso/package/podman/override.conf

This file was deleted.

1 change: 0 additions & 1 deletion deploy/iso/minikube-iso/package/podman/podman.conf

This file was deleted.

7 changes: 0 additions & 7 deletions deploy/iso/minikube-iso/package/podman/podman.hash

This file was deleted.

81 changes: 0 additions & 81 deletions deploy/iso/minikube-iso/package/podman/podman.mk

This file was deleted.