You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tar -zcvf include.tar.gz -C {{root}}/src/hyperlight_guest/third_party/libc/musl/include libc/musl/arch/x86_64 printf/printf.h -C {{root}}/src/hyperlight_guest_capi include
29
+
tar -zcvf include.tar.gz -C {{root}}/src/hyperlight_guest/third_party/ musl/include musl/arch/x86_64 printf/printf.h -C {{root}}/src/hyperlight_guest_capi include
Copy file name to clipboardexpand all lines: src/hyperlight_guest/third_party/README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,6 @@ Changes have been applied to the original code for Hyperlight using this [patch]
11
11
12
12
## libc
13
13
14
-
A partial version of musl libc is used by hyperlight and is located in the [musl](./libc/musl) directory.
14
+
A partial version of musl libc is used by hyperlight and is located in the [musl](./musl) directory as a git subtree.
15
15
16
-
The current version is release [v1.2.3](https://git.musl-libc.org/cgit/musl/tag/?h=v1.2.3). Many files have been deleted and changes have been made to some of the remaining files, those deletions and changes can be applied using [this](./libc/musl-libc.patch) patch.
16
+
The current version is release [v1.2.5](https://git.musl-libc.org/cgit/musl/tag/?h=v1.2.5). Many files have been deleted and changes have been made to some of the remaining files.
0 commit comments