Skip to content

Commit 8210dfd

Browse files
authored
fix: update tar-headers sysroot path for cargo-hyperlight 0.1.12 (#1593)
Signed-off-by: danbugs <danilochiarlone@gmail.com>
1 parent 83f01c4 commit 8210dfd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ run-rust-examples-linux target=default-target features="": (run-rust-examples ta
394394
#########################
395395

396396
tar-headers: (build-rust-capi) # build-rust-capi is a dependency because we need the hyperlight_guest.h to be built
397-
tar -zcvf include.tar.gz -C {{root}}/target/sysroot/lib/rustlib/x86_64-hyperlight-none/ include -C {{root}}/src/hyperlight_guest_capi include
397+
tar -zcvf include.tar.gz -C {{root}}/target/sysroot/ include -C {{root}}/src/hyperlight_guest_capi include
398398

399399
tar-static-lib: (build-rust-capi "release") (build-rust-capi "debug")
400400
tar -zcvf hyperlight-guest-c-api-linux.tar.gz -C {{root}}/target/x86_64-hyperlight-none/ release/libhyperlight_guest_capi.a -C {{root}}/target/x86_64-hyperlight-none/ debug/libhyperlight_guest_capi.a

0 commit comments

Comments
 (0)