Compare commits

..

7 Commits

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

See merge request redox-os/redox!1539
2025-03-17 06:50:27 +00:00
Ribbon
37395f5184 Fix typos on bootstrapping scripts 2025-03-15 17:10:59 +00:00
Jeremy Soller
7e0de63424
Update cookbook 2025-03-13 13:12:20 -06:00
Jeremy Soller
5c452549e1
Update cookbook 2025-03-13 12:21:52 -06:00
Jeremy Soller
c6396c5a42
Update cookbook 2025-03-12 16:02:38 -06:00
Jeremy Soller
ad11d98fdd Merge branch 'move_netstack_base' into 'master'
Remove netstack package dependency

See merge request redox-os/redox!1564
2025-03-12 22:01:44 +00:00
bjorn3
9d498c6aad Remove netstack package dependency
It has been merged into the base package
2025-03-10 21:32:11 +01:00
4 changed files with 5 additions and 6 deletions

View File

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

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

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
##########################################################