We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5ad060b + 230f8e1 commit 08a6e30Copy full SHA for 08a6e30
2 files changed
Dockerfile
@@ -14,7 +14,7 @@ ADD . /src/
14
WORKDIR /src
15
16
RUN zig build
17
-RUN zig build get-v8
+RUN zig build prepare-v8
18
RUN zig build -Doptimize=ReleaseSafe build-v8
19
20
RUN mv v8/out/linux/release/obj/zig/libc_v8.a /src/libc_v8.a
README.md
@@ -19,7 +19,7 @@ if you come across this error:<br />
Compiling v8 will take 20+ minutes.
21
```sh
22
-zig build get-v8
+zig build prepare-v8
23
zig build build-v8
24
```
25
0 commit comments