Skip to content

Commit 94da739

Browse files
committed
Merge branch 'gcc-ppu-spu-13.2.0'
2 parents 6838d01 + c07bfc4 commit 94da739

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/deploy-docker.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
matrix:
2121
platform:
2222
- linux/amd64
23+
# - linux/386
2324
# - linux/arm/v7
2425
# - linux/arm64/v8
2526
# - linux/ppc64le

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ SHELL ["/bin/bash", "-c"]
66

77
ENV PS3DEV /usr/local/ps3dev
88
ENV PSL1GHT ${PS3DEV}
9-
ENV PATH ${PATH}:${PS3DEV}/bin:${PS3DEV}/ppu/bin:${PS3DEV}/spu/bin
10-
ENV PKG_CONFIG_PATH $PS3DEV/portlibs/ppu/lib/pkgconfig:/usr/lib/x86_64-linux-gnu/pkgconfig
9+
ENV PATH ${PATH}:${PS3DEV}/bin:${PS3DEV}/ppu/bin:${PS3DEV}/spu/bin:${PS3DEV}/portlibs/ppu/bin
10+
ENV PKG_CONFIG_PATH $PS3DEV/portlibs/ppu/lib/pkgconfig
1111

1212
ENV DEBIAN_FRONTEND=noninteractive
1313
# last python version with diskutils module support
@@ -30,7 +30,7 @@ RUN \
3030
pyenv rehash && \
3131
# pyenv
3232
apt -y clean autoclean autoremove
33-
33+
3434
RUN mkdir /build
3535
WORKDIR /build
3636
COPY . /build

0 commit comments

Comments
 (0)