File tree Expand file tree Collapse file tree 2 files changed +7
-11
lines changed
Expand file tree Collapse file tree 2 files changed +7
-11
lines changed Original file line number Diff line number Diff line change 1- FROM debian:11
1+ FROM debian:trixie
22
3- ARG v8_version=11.9.169.7
3+ ARG v8_version=13.6.233.17
44ENV version=$v8_version
55
66ENV target arm64.static
Original file line number Diff line number Diff line change 1- FROM ppc64le/debian:12
1+ FROM ppc64le/ubuntu:latest
22
3- ARG v8_version=11.9.169.7
3+ ARG v8_version=13.6.233.17
44ENV version=$v8_version
55
66ENV target ppc64.static
77ENV GYP_GENERATORS ninja
88ENV PATH="/depot_tools:${PATH}"
99ENV pkgdir /package
1010
11- # #RUN sed -i.bak 's@http://deb.debian.org@http://archive.debian.org@g' /etc/apt/sources.list
12-
1311RUN apt-get update -y && \
1412 apt-get upgrade -y && \
15- apt-get install -y curl python3 python3-httplib2 xz-utils git g++ g++-powerpc64le-linux-gnu pkg-config libglib2.0-dev &&\
13+ apt-get install -y curl python3 python3-httplib2 python3-distutils-extra xz-utils git g++ g++-powerpc64le-linux-gnu pkg-config libglib2.0-dev &&\
1614 ln -s /usr/bin/python3 /usr/bin/python
1715
1816RUN git clone https://chromium.googlesource.com/chromium/tools/depot_tools
1917
2018ENV VPYTHON_BYPASS="manually managed python not supported by chrome operations"
2119ENV GCLIENT_PY3=1
2220
23- RUN yes | fetch --nohooks v8
21+ RUN yes | fetch v8
2422
2523WORKDIR /v8
2624
27- RUN git branch build ${version} &&\
28- git checkout build &&\
29- gclient sync --nohooks -D --force --reset && \
25+ RUN gclient sync -D --force --reset && \
3026 gclient sync --revision ${version}
3127
3228RUN gn gen ${target} -vv --fail-on-unused-args \
You can’t perform that action at this time.
0 commit comments