Compare commits
5 Commits
18f71e5b32
...
1f9da4b56a
Author | SHA1 | Date |
---|---|---|
Jeremy Soller | 1f9da4b56a | |
Jeremy Soller | f750cf0ec1 | |
Jeremy Soller | 1510f4d30f | |
Jeremy Soller | 1b24a2394b | |
Jeremy Soller | 1fb89f637a |
2
Makefile
2
Makefile
|
@ -41,6 +41,7 @@ update:
|
|||
cargo update --manifest-path redoxfs/Cargo.toml
|
||||
|
||||
fetch:
|
||||
cargo build --manifest-path cookbook/Cargo.toml --release
|
||||
cd cookbook && ./fetch.sh \
|
||||
"$$(cargo run --manifest-path ../installer/Cargo.toml -- --list-packages -c ../initfs.toml)" \
|
||||
"$$(cargo run --manifest-path ../installer/Cargo.toml -- --list-packages -c ../filesystem.toml)"
|
||||
|
@ -82,6 +83,7 @@ ci-img: FORCE
|
|||
|
||||
# CI packaging target
|
||||
ci-pkg: prefix FORCE
|
||||
cargo build --manifest-path cookbook/Cargo.toml --release
|
||||
export PATH="$(PREFIX_PATH):$$PATH" && \
|
||||
PACKAGES="$$(cargo run --manifest-path installer/Cargo.toml -- --list-packages -c ci.toml)" && \
|
||||
cd cookbook && \
|
||||
|
|
2
cookbook
2
cookbook
|
@ -1 +1 @@
|
|||
Subproject commit bafe721a5969b0121ecf63789f601de76b474990
|
||||
Subproject commit 48b786e6d8fa443c8e3065cac574ab2cda51edd7
|
2
kernel
2
kernel
|
@ -1 +1 @@
|
|||
Subproject commit 853b77e3a468d7b45f4d635440ef4e16592ecc98
|
||||
Subproject commit 8b27de416b0d01f3f132b93fbef2695f2d1131a2
|
2
rust
2
rust
|
@ -1 +1 @@
|
|||
Subproject commit 6ab9e2656b8aa3d43c4977cc09a098dec7bcdafd
|
||||
Subproject commit c822a5e4ac7a01bd0de5b8a3243d751777b96d24
|
Reference in New Issue