Skip to content

Commit f535899

Browse files
committed
unset
1 parent d8b4a42 commit f535899

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

debian-11-ppc64/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ 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

2727
RUN gclient sync --nohooks -D --force --reset && \
28-
gclient sync --revision ${version}
28+
gclient sync --nohooks --revision ${version}
2929

3030
RUN gn gen ${target} -vv --fail-on-unused-args \
3131
--args='v8_monolithic=true \

0 commit comments

Comments
 (0)