Add wget and cargo git workaround for self hosted build

This commit is contained in:
Wildan M 2026-04-16 06:37:39 +07:00
parent 8efa32c53a
commit a23e18fb17
No known key found for this signature in database
GPG Key ID: 01AC53185C679C79
3 changed files with 4 additions and 1 deletions

View File

@ -122,6 +122,7 @@ else ifeq ($(UNAME),FreeBSD)
VBM=VBoxManage
else ifeq ($(UNAME),Redox)
PODMAN_BUILD=0
export CARGO_NET_GIT_FETCH_WITH_CLI=true
# TODO: allow overriding to cross compiler toolchain when build server have one prebuilt
HOSTED_REDOX=1
ifneq ($(shell which repo),)

View File

@ -897,7 +897,8 @@ redox()
rust \
sdl1 \
sdl2-ttf \
vim"
vim \
wget"
# Try to install packages, but don't fail if some are unavailable

View File

@ -27,6 +27,7 @@ dependencies = [
"pkgar",
"python312",
"sed",
"wget",
# toolchains are dynamically linked, so this is needed
"libgmp",
"libmpfr",