mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-25 06:14:18 +08:00
Add wget and cargo git workaround for self hosted build
This commit is contained in:
parent
8efa32c53a
commit
a23e18fb17
@ -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),)
|
||||
|
||||
@ -897,7 +897,8 @@ redox()
|
||||
rust \
|
||||
sdl1 \
|
||||
sdl2-ttf \
|
||||
vim"
|
||||
vim \
|
||||
wget"
|
||||
|
||||
|
||||
# Try to install packages, but don't fail if some are unavailable
|
||||
|
||||
@ -27,6 +27,7 @@ dependencies = [
|
||||
"pkgar",
|
||||
"python312",
|
||||
"sed",
|
||||
"wget",
|
||||
# toolchains are dynamically linked, so this is needed
|
||||
"libgmp",
|
||||
"libmpfr",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user