Skip to content

Commit c29d071

Browse files
committed
tests fully working
1 parent d9773d7 commit c29d071

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: docker/Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,11 @@ RUN gn gen ${target} -vv --fail-on-unused-args \
3030
is_asan=false \
3131
is_debug=false \
3232
treat_warnings_as_errors=false \
33-
v8_enable_i18n_support=false\
33+
v8_enable_i18n_support=true \
3434
v8_use_external_startup_data=false \
3535
use_custom_libcxx=false \
3636
v8_enable_pointer_compression=false \
37+
icu_use_data_file=false \
3738
use_sysroot=false'
3839

3940
RUN ninja -C ${target} "v8_monolith"

0 commit comments

Comments
 (0)