File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1414 fail-fast : false
1515 matrix :
1616 distro : [ 'debian-11-ppc64' ]
17- version : [ '11.9.169.7', '13.6.233.17' ]
17+ version : [ '11.9.169.7', '12.4.254.21', ' 13.6.233.17' ]
1818
1919 steps :
2020 - name : checkout
3232 platforms : linux/ppc64le
3333 context : ${{ matrix.distro }}
3434 push : false
35+ build-args : |
36+ v8_version=${{ matrix.version }}
3537
3638 - name : copy
3739 run : |
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ ENV pkgdir /package
1010
1111RUN apt-get update -y && \
1212 apt-get upgrade -y && \
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 &&\
13+ apt-get install -y curl python3 python3-httplib2 python3-httplib2 python3-six python3- distutils-extra xz-utils git g++ g++-powerpc64le-linux-gnu pkg-config libglib2.0-dev &&\
1414 ln -s /usr/bin/python3 /usr/bin/python
1515
1616RUN git clone https://chromium.googlesource.com/chromium/tools/depot_tools
You can’t perform that action at this time.
0 commit comments