Merge branch 'enh-selfhosted' into 'master'

Add wget and cargo git workaround for self hosted build

See merge request redox-os/redox!2070
This commit is contained in:
Jeremy Soller 2026-04-16 06:54:02 -06:00
commit a9d9415775
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",