Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 0 additions & 18 deletions platforms/n64/gcc2.7.2sn/Dockerfile

This file was deleted.

19 changes: 19 additions & 0 deletions platforms/n64/gcc2.7.2sn0001/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# NOTE: This file is generated automatically via template.py. Do not edit manually!


FROM alpine:3.18 as base

RUN mkdir -p /compilers/n64/gcc2.7.2sn0001

RUN wget -O n64_sn272_0001.tar.gz "https://github.com/decompme/compilers/releases/download/compilers/n64_sn272_0001.tar.gz"
RUN tar xvzf n64_sn272_0001.tar.gz -C /compilers/n64/gcc2.7.2sn0001
RUN wget -O psyq-obj-parser.tar.gz "https://github.com/decompme/compilers/releases/download/compilers/psyq-obj-parser.tar.gz"
RUN tar xvzf psyq-obj-parser.tar.gz -C /compilers/n64/gcc2.7.2sn0001

RUN chown -R root:root /compilers/n64/gcc2.7.2sn0001/
RUN chmod +x /compilers/n64/gcc2.7.2sn0001/*


FROM scratch as release

COPY --from=base /compilers /compilers
19 changes: 19 additions & 0 deletions platforms/n64/gcc2.7.2sn0004/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# NOTE: This file is generated automatically via template.py. Do not edit manually!


FROM alpine:3.18 as base

RUN mkdir -p /compilers/n64/gcc2.7.2sn0004

RUN wget -O /compilers/n64/gcc2.7.2sn0004/asn64.exe "https://github.com/Mr-Wiseguy/pcsx-redux/releases/download/n64/asn64.exe"
RUN wget -O /compilers/n64/gcc2.7.2sn0004/cc1n64.exe "https://github.com/Mr-Wiseguy/pcsx-redux/releases/download/n64/cc1n64.exe"
RUN wget -O psyq-obj-parser.tar.gz "https://github.com/decompme/compilers/releases/download/compilers/psyq-obj-parser.tar.gz"
RUN tar xvzf psyq-obj-parser.tar.gz -C /compilers/n64/gcc2.7.2sn0004

RUN chown -R root:root /compilers/n64/gcc2.7.2sn0004/
RUN chmod +x /compilers/n64/gcc2.7.2sn0004/*


FROM scratch as release

COPY --from=base /compilers /compilers
19 changes: 19 additions & 0 deletions platforms/n64/gcc2.7.2sn0006/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# NOTE: This file is generated automatically via template.py. Do not edit manually!


FROM alpine:3.18 as base

RUN mkdir -p /compilers/n64/gcc2.7.2sn0006

RUN wget -O n64_sn272_0006.tar.gz "https://github.com/decompme/compilers/releases/download/compilers/n64_sn272_0006.tar.gz"
RUN tar xvzf n64_sn272_0006.tar.gz -C /compilers/n64/gcc2.7.2sn0006
RUN wget -O psyq-obj-parser.tar.gz "https://github.com/decompme/compilers/releases/download/compilers/psyq-obj-parser.tar.gz"
RUN tar xvzf psyq-obj-parser.tar.gz -C /compilers/n64/gcc2.7.2sn0006

RUN chown -R root:root /compilers/n64/gcc2.7.2sn0006/
RUN chmod +x /compilers/n64/gcc2.7.2sn0006/*


FROM scratch as release

COPY --from=base /compilers /compilers
3 changes: 2 additions & 1 deletion platforms/n64/gcc2.8.1sn/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ RUN mkdir -p /compilers/n64/gcc2.8.1sn
RUN wget -O /compilers/n64/gcc2.8.1sn/asn64.exe "https://github.com/marijnvdwerf/sn64/releases/download/1%2C0%2C0%2C2/asn64.exe"
RUN wget -O /compilers/n64/gcc2.8.1sn/cc1n64.exe "https://github.com/marijnvdwerf/sn64/releases/download/1%2C0%2C0%2C2/cc1n64.exe"
RUN wget -O /compilers/n64/gcc2.8.1sn/cc1pln64.exe "https://github.com/marijnvdwerf/sn64/releases/download/1%2C0%2C0%2C2/cc1pln64.exe"
RUN wget -O /compilers/n64/gcc2.8.1sn/psyq-obj-parser "https://github.com/Mr-Wiseguy/pcsx-redux/releases/download/n64/psyq-obj-parser"
RUN wget -O psyq-obj-parser.tar.gz "https://github.com/decompme/compilers/releases/download/compilers/psyq-obj-parser.tar.gz"
RUN tar xvzf psyq-obj-parser.tar.gz -C /compilers/n64/gcc2.8.1sn

RUN chown -R root:root /compilers/n64/gcc2.8.1sn/
RUN chmod +x /compilers/n64/gcc2.8.1sn/*
Expand Down
20 changes: 17 additions & 3 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,27 @@ compilers:
- https://github.com/decompals/mips-gcc-2.7.2/releases/download/main/gcc-2.7.2-mac.tar.gz
- https://github.com/decompals/mips-binutils-2.6/releases/download/main/binutils-2.6-mac.tar.gz

- id: gcc2.7.2sn
- id: gcc2.7.2sn0001
platform: n64
template: common/default
files:
- https://github.com/decompme/compilers/releases/download/compilers/n64_sn272_0001.tar.gz
- https://github.com/decompme/compilers/releases/download/compilers/psyq-obj-parser.tar.gz

- id: gcc2.7.2sn0004
platform: n64
template: common/default
files:
- https://github.com/Mr-Wiseguy/pcsx-redux/releases/download/n64/asn64.exe
- https://github.com/Mr-Wiseguy/pcsx-redux/releases/download/n64/cc1n64.exe
- https://github.com/Mr-Wiseguy/pcsx-redux/releases/download/n64/psyq-obj-parser
- https://github.com/decompme/compilers/releases/download/compilers/psyq-obj-parser.tar.gz

- id: gcc2.7.2sn0006
platform: n64
template: common/default
files:
- https://github.com/decompme/compilers/releases/download/compilers/n64_sn272_0006.tar.gz
- https://github.com/decompme/compilers/releases/download/compilers/psyq-obj-parser.tar.gz

- id: gcc2.7.2snew
platform: n64
Expand Down Expand Up @@ -57,7 +71,7 @@ compilers:
- https://github.com/marijnvdwerf/sn64/releases/download/1%2C0%2C0%2C2/asn64.exe
- https://github.com/marijnvdwerf/sn64/releases/download/1%2C0%2C0%2C2/cc1n64.exe
- https://github.com/marijnvdwerf/sn64/releases/download/1%2C0%2C0%2C2/cc1pln64.exe
- https://github.com/Mr-Wiseguy/pcsx-redux/releases/download/n64/psyq-obj-parser
- https://github.com/decompme/compilers/releases/download/compilers/psyq-obj-parser.tar.gz

- id: ido5.3
platform: n64
Expand Down