Skip to content

Commit 1b004ad

Browse files
committed
morre
1 parent b134772 commit 1b004ad

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
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
@@ -32,6 +32,8 @@ jobs:
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: |

debian-11-ppc64/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ENV pkgdir /package
1010

1111
RUN 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

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

0 commit comments

Comments
 (0)