Compare commits

..

1 Commits

Author SHA1 Message Date
bjorn3
86816912a4 Merge branch 'merge_base_repo' into 'master'
Draft: Update configs for the base repo

See merge request redox-os/redox!1539
2025-03-11 07:03:23 +00:00
4 changed files with 6 additions and 5 deletions

View File

@ -5,6 +5,7 @@ include = ["base.toml"]
# Package settings
[packages]
netstack = {}
netutils = {}
## Network init

@ -1 +1 @@
Subproject commit e20cfd50dd32964d446752605ad6803e2fbdd84e
Subproject commit da8c350a8b5a8908879edcb1dc09b0297ec6bd95

View File

@ -1,9 +1,9 @@
#!/usr/bin/env bash
# This script setup the Redox build system
# It install Rustup, the recipe dependencies for cross-compilation
# and download the build system configuration files
#!/usr/bin/env bash
set -e
##########################################################

View File

@ -1,9 +1,9 @@
#!/usr/bin/env bash
# This script setup the Redox build system with Podman
# It install the Podman dependencies, Rustup, recipes dependencies for cross-compilation
# and download the build system configuration files
#!/usr/bin/env bash
set -e
##########################################################