Compare commits

...

5 Commits

Author SHA1 Message Date
Jeremy Soller 1f9da4b56a
Update kernel 2020-08-27 10:27:27 -06:00
Jeremy Soller f750cf0ec1
Update cookbook 2020-08-27 10:20:16 -06:00
Jeremy Soller 1510f4d30f
Build cookbook rust program before running fetch or ci-pkg 2020-08-27 10:17:25 -06:00
Jeremy Soller 1b24a2394b
Update rust 2020-08-27 09:44:06 -06:00
Jeremy Soller 1fb89f637a
Update kernel 2020-08-27 09:43:47 -06:00
4 changed files with 5 additions and 3 deletions

View File

@ -41,6 +41,7 @@ update:
cargo update --manifest-path redoxfs/Cargo.toml cargo update --manifest-path redoxfs/Cargo.toml
fetch: fetch:
cargo build --manifest-path cookbook/Cargo.toml --release
cd cookbook && ./fetch.sh \ 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 ../initfs.toml)" \
"$$(cargo run --manifest-path ../installer/Cargo.toml -- --list-packages -c ../filesystem.toml)" "$$(cargo run --manifest-path ../installer/Cargo.toml -- --list-packages -c ../filesystem.toml)"
@ -82,6 +83,7 @@ ci-img: FORCE
# CI packaging target # CI packaging target
ci-pkg: prefix FORCE ci-pkg: prefix FORCE
cargo build --manifest-path cookbook/Cargo.toml --release
export PATH="$(PREFIX_PATH):$$PATH" && \ export PATH="$(PREFIX_PATH):$$PATH" && \
PACKAGES="$$(cargo run --manifest-path installer/Cargo.toml -- --list-packages -c ci.toml)" && \ PACKAGES="$$(cargo run --manifest-path installer/Cargo.toml -- --list-packages -c ci.toml)" && \
cd cookbook && \ cd cookbook && \

@ -1 +1 @@
Subproject commit bafe721a5969b0121ecf63789f601de76b474990 Subproject commit 48b786e6d8fa443c8e3065cac574ab2cda51edd7

2
kernel

@ -1 +1 @@
Subproject commit 853b77e3a468d7b45f4d635440ef4e16592ecc98 Subproject commit 8b27de416b0d01f3f132b93fbef2695f2d1131a2

2
rust

@ -1 +1 @@
Subproject commit 6ab9e2656b8aa3d43c4977cc09a098dec7bcdafd Subproject commit c822a5e4ac7a01bd0de5b8a3243d751777b96d24