Skip to content

Commit

Permalink
Revert "update build file to cache devkit pro packages"
Browse files Browse the repository at this point in the history
This reverts commit c1358ba.
  • Loading branch information
Jacoby6000 committed Jul 24, 2024
1 parent c1358ba commit 2fab76a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 47 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
*.elf
*.exe
*.bat
.devkitpro_cache
.vscode/
build/
usbloader_gx/
Expand Down
10 changes: 5 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ ENV DEBIAN_FRONTEND="noninteractive" TZ="Europe/London"
RUN apt-get update -y && apt-get install -y \
xz-utils make git zip

COPY .devkitpro_cache/devkitPPC-r41-2-linux_x86_64.pkg.tar.xz /
COPY .devkitpro_cache/libogc-2.3.1-1-any.pkg.tar.xz /
COPY .devkitpro_cache/devkitppc-rules-1.1.1-1-any.pkg.tar.xz /
COPY .devkitpro_cache/general-tools-1.2.0-2-linux_x86_64.pkg.tar.xz /
COPY .devkitpro_cache/gamecube-tools-1.0.3-1-linux_x86_64.pkg.tar.xz /
ADD https://wii.leseratte10.de/devkitPro/file.php/devkitPPC-r41-2-linux_x86_64.pkg.tar.xz /
ADD https://wii.leseratte10.de/devkitPro/file.php/libogc-2.3.1-1-any.pkg.tar.xz /
ADD https://wii.leseratte10.de/devkitPro/file.php/devkitppc-rules-1.1.1-1-any.pkg.tar.xz /
ADD https://wii.leseratte10.de/devkitPro/file.php/general-tools-1.2.0-2-linux_x86_64.pkg.tar.xz /
ADD https://wii.leseratte10.de/devkitPro/file.php/gamecube-tools-1.0.3-1-linux_x86_64.pkg.tar.xz /


RUN tar -xf /devkitPPC-r41-2-linux_x86_64.pkg.tar.xz opt/devkitpro/devkitPPC --strip-components=1 && \
Expand Down
41 changes: 0 additions & 41 deletions build.sh

This file was deleted.

0 comments on commit 2fab76a

Please sign in to comment.