Skip to content

Commit 14c53e7

Browse files
build_sdk.py: remove --branch for initialiser
--branch seems to override what we have in --rev which is wrong. Just use --rev instead since we want to pin to a specific commit. Signed-off-by: Ivan Velickovic <i.velickovic@unsw.edu.au>
1 parent 7d23282 commit 14c53e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build_sdk.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -768,7 +768,7 @@ def build_initialiser(
768768
cargo install {cargo_cross_options} \
769769
--target {cargo_target} \
770770
--locked \
771-
--git https://github.com/au-ts/rust-seL4 --branch capdl_dev sel4-capdl-initializer --rev 0186e53991b48118b39d9a048c526baabdf6f5d4 \
771+
--git https://github.com/au-ts/rust-seL4 sel4-capdl-initializer --rev 0186e53991b48118b39d9a048c526baabdf6f5d4 \
772772
--target-dir {rust_target_dir} \
773773
--root {component_build_dir}
774774
"""

0 commit comments

Comments
 (0)