File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -19,16 +19,13 @@ RUN git clone https://chromium.googlesource.com/chromium/tools/depot_tools
1919ENV VPYTHON_BYPASS="manually managed python not supported by chrome operations"
2020ENV GCLIENT_PY3=1
2121
22- RUN yes | fetch v8
22+ RUN yes | fetch --nohooks v8
2323
2424WORKDIR /v8
2525
26- RUN gclient sync -D --force --reset && \
26+ RUN gclient sync --nohooks - D --force --reset && \
2727 gclient sync --revision ${version}
2828
29- # Bug in zlib for simd, was fixed somewhere in version 8.6 I think
30- RUN sed -i.bak 's/use_arm_neon_optimizations = true/use_arm_neon_optimizations = false/g' third_party/zlib/BUILD.gn
31-
3229RUN gn gen ${target} -vv --fail-on-unused-args \
3330 --args='v8_monolithic=true \
3431 v8_static_library=true \
You can’t perform that action at this time.
0 commit comments