We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a83b2a3 commit 2b874d7Copy full SHA for 2b874d7
centos-8/Dockerfile
@@ -33,14 +33,14 @@ RUN gn gen ${target} -vv --fail-on-unused-args \
33
is_asan=false \
34
use_gold=false \
35
is_debug=false \
36
- is_official_build=false \
+ is_official_build=true \
37
treat_warnings_as_errors=false \
38
v8_enable_i18n_support=false \
39
v8_use_external_startup_data=false \
40
use_custom_libcxx=false \
41
use_sysroot=false'
42
43
-RUN ninja -C ${target} "v8_monolith" "d8"
+RUN ninja -C ${target} "v8_monolith"
44
45
RUN install -d ${pkgdir}v8 && \
46
install -d ${pkgdir}/v8/lib && \
0 commit comments