mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-03 18:18:44 +08:00
Compare commits
1 Commits
f5fc8e7c37
...
86816912a4
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
86816912a4 |
@ -5,6 +5,7 @@ include = ["base.toml"]
|
||||
|
||||
# Package settings
|
||||
[packages]
|
||||
netstack = {}
|
||||
netutils = {}
|
||||
|
||||
## Network init
|
||||
|
||||
2
cookbook
2
cookbook
@ -1 +1 @@
|
||||
Subproject commit e20cfd50dd32964d446752605ad6803e2fbdd84e
|
||||
Subproject commit da8c350a8b5a8908879edcb1dc09b0297ec6bd95
|
||||
@ -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
|
||||
|
||||
##########################################################
|
||||
|
||||
@ -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
|
||||
|
||||
##########################################################
|
||||
|
||||
Loading…
Reference in New Issue
Block a user