We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e4ce32 commit ad93f2cCopy full SHA for ad93f2c
debian-11-ppc64/Dockerfile
@@ -17,14 +17,16 @@ 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 && \
+RUN git branch build ${version} &&\
28
+ git checkout build &&\
29
+ gclient sync --nohooks -D --force --reset && \
30
gclient sync --revision ${version}
31
32
RUN gn gen ${target} -vv --fail-on-unused-args \
0 commit comments