You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# NOTE: This file is generated automatically via template.py. Do not edit manually!
2
+
3
+
4
+
FROM alpine:3.18 as base
5
+
6
+
RUN mkdir -p /compilers/n64/egcs_1.1.2-4c
7
+
8
+
RUN wget -O mips-binutils-egcs-2.9.5-macos.tar.gz "https://github.com/decompals/mips-binutils-egcs-2.9.5/releases/download/0.6/mips-binutils-egcs-2.9.5-macos.tar.gz"
9
+
RUN tar xvzf mips-binutils-egcs-2.9.5-macos.tar.gz -C /compilers/n64/egcs_1.1.2-4c
10
+
RUN wget -O mips-gcc-egcs-2.91.66-macos.tar.gz "https://github.com/decompals/mips-gcc-egcs-2.91.66/releases/download/0.7/mips-gcc-egcs-2.91.66-macos.tar.gz"
11
+
RUN tar xvzf mips-gcc-egcs-2.91.66-macos.tar.gz -C /compilers/n64/egcs_1.1.2-4c
12
+
13
+
RUN chown -R root:root /compilers/n64/egcs_1.1.2-4c/
# NOTE: This file is generated automatically via template.py. Do not edit manually!
2
+
3
+
4
+
FROM alpine:3.18 as base
5
+
6
+
RUN mkdir -p /compilers/n64/egcs_1.1.2-4c
7
+
8
+
RUN wget -O mips-binutils-egcs-2.9.5-linux.tar.gz "https://github.com/decompals/mips-binutils-egcs-2.9.5/releases/download/0.6/mips-binutils-egcs-2.9.5-linux.tar.gz"
9
+
RUN tar xvzf mips-binutils-egcs-2.9.5-linux.tar.gz -C /compilers/n64/egcs_1.1.2-4c
10
+
RUN wget -O mips-gcc-egcs-2.91.66-linux.tar.gz "https://github.com/decompals/mips-gcc-egcs-2.91.66/releases/download/0.7/mips-gcc-egcs-2.91.66-linux.tar.gz"
11
+
RUN tar xvzf mips-gcc-egcs-2.91.66-linux.tar.gz -C /compilers/n64/egcs_1.1.2-4c
12
+
13
+
RUN chown -R root:root /compilers/n64/egcs_1.1.2-4c/
0 commit comments