Skip to content

Commit ad93f2c

Browse files
committed
try this
1 parent 1e4ce32 commit ad93f2c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

debian-11-ppc64/Dockerfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,16 @@ RUN apt-get update -y && \
1717

1818
RUN git clone https://chromium.googlesource.com/chromium/tools/depot_tools
1919

20-
#ENV VPYTHON_BYPASS="manually managed python not supported by chrome operations"
20+
ENV VPYTHON_BYPASS="manually managed python not supported by chrome operations"
2121
ENV GCLIENT_PY3=1
2222

2323
RUN yes | fetch --nohooks v8
2424

2525
WORKDIR /v8
2626

27-
RUN gclient sync --nohooks -D --force --reset && \
27+
RUN git branch build ${version} &&\
28+
git checkout build &&\
29+
gclient sync --nohooks -D --force --reset && \
2830
gclient sync --revision ${version}
2931

3032
RUN gn gen ${target} -vv --fail-on-unused-args \

0 commit comments

Comments
 (0)