Skip to content

Commit 6edbaf8

Browse files
committed
Test ppc64 with qemu
1 parent e9f1055 commit 6edbaf8

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

debian-11-ppc64/Dockerfile

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,13 @@ RUN git clone https://chromium.googlesource.com/chromium/tools/depot_tools
1919
ENV VPYTHON_BYPASS="manually managed python not supported by chrome operations"
2020
ENV GCLIENT_PY3=1
2121

22-
RUN yes | fetch v8
22+
RUN yes | fetch --nohooks v8
2323

2424
WORKDIR /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-
3229
RUN gn gen ${target} -vv --fail-on-unused-args \
3330
--args='v8_monolithic=true \
3431
v8_static_library=true \

0 commit comments

Comments
 (0)