Skip to content

Commit

Permalink
Merge branch 'gcc-ppu-spu-13.2.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
humbertodias committed Mar 11, 2024
2 parents 6838d01 + c07bfc4 commit 94da739
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
matrix:
platform:
- linux/amd64
# - linux/386
# - linux/arm/v7
# - linux/arm64/v8
# - linux/ppc64le
Expand Down
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ SHELL ["/bin/bash", "-c"]

ENV PS3DEV /usr/local/ps3dev
ENV PSL1GHT ${PS3DEV}
ENV PATH ${PATH}:${PS3DEV}/bin:${PS3DEV}/ppu/bin:${PS3DEV}/spu/bin
ENV PKG_CONFIG_PATH $PS3DEV/portlibs/ppu/lib/pkgconfig:/usr/lib/x86_64-linux-gnu/pkgconfig
ENV PATH ${PATH}:${PS3DEV}/bin:${PS3DEV}/ppu/bin:${PS3DEV}/spu/bin:${PS3DEV}/portlibs/ppu/bin
ENV PKG_CONFIG_PATH $PS3DEV/portlibs/ppu/lib/pkgconfig

ENV DEBIAN_FRONTEND=noninteractive
# last python version with diskutils module support
Expand All @@ -30,7 +30,7 @@ RUN \
pyenv rehash && \
# pyenv
apt -y clean autoclean autoremove

RUN mkdir /build
WORKDIR /build
COPY . /build
Expand Down

0 comments on commit 94da739

Please sign in to comment.