diff --git a/demos/runtime_boot/build_content.sh b/demos/runtime_boot/build_content.sh index 316cfad3..e0276ba8 100755 --- a/demos/runtime_boot/build_content.sh +++ b/demos/runtime_boot/build_content.sh @@ -29,8 +29,8 @@ function build_bash_demo() function build_init() { pushd ${INIT_DIR} - occlum-cargo clean - occlum-cargo build --release + cargo clean + cargo build --release popd } diff --git a/demos/runtime_boot/init.yaml b/demos/runtime_boot/init.yaml index c657a53b..043f47f6 100644 --- a/demos/runtime_boot/init.yaml +++ b/demos/runtime_boot/init.yaml @@ -4,4 +4,4 @@ targets: - target: /bin/ copy: - files: - - ${INIT_DIR}/target/x86_64-unknown-linux-musl/release/init + - ${INIT_DIR}/target/release/init