We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8b4a42 commit f535899Copy full SHA for f535899
debian-11-ppc64/Dockerfile
@@ -17,15 +17,15 @@ RUN apt-get update -y && \
17
18
RUN git clone https://chromium.googlesource.com/chromium/tools/depot_tools
19
20
-ENV VPYTHON_BYPASS="manually managed python not supported by chrome operations"
+#ENV VPYTHON_BYPASS="manually managed python not supported by chrome operations"
21
ENV GCLIENT_PY3=1
22
23
RUN yes | fetch --nohooks v8
24
25
WORKDIR /v8
26
27
RUN gclient sync --nohooks -D --force --reset && \
28
- gclient sync --revision ${version}
+ gclient sync --nohooks --revision ${version}
29
30
RUN gn gen ${target} -vv --fail-on-unused-args \
31
--args='v8_monolithic=true \
0 commit comments