Skip to content

Commit 64062ab

Browse files
committed
Add ee-gcc2.9-991111-01-dtls13010 compiler
1 parent 5b8cf46 commit 64062ab

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# 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/ps2/ee-gcc2.9-991111-01-dtls13010
7+
8+
RUN wget -O ee-gcc2.9-991111-01-dtls13010.tar.gz "https://github.com/decompme/compilers/releases/download/compilers/ee-gcc2.9-991111-01-dtls13010.tar.gz"
9+
RUN tar xvzf ee-gcc2.9-991111-01-dtls13010.tar.gz -C /compilers/ps2/ee-gcc2.9-991111-01-dtls13010
10+
11+
RUN chown -R root:root /compilers/ps2/ee-gcc2.9-991111-01-dtls13010/
12+
RUN chmod +x /compilers/ps2/ee-gcc2.9-991111-01-dtls13010/*
13+
14+
15+
FROM scratch as release
16+
17+
COPY --from=base /compilers /compilers

values.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,10 @@ compilers:
292292
platform: ps2
293293
template: common/default
294294
file: https://github.com/decompme/compilers/releases/download/compilers/ee-gcc2.9-991111-01.tar.xz
295+
- id: ee-gcc2.9-991111-01-dtls13010
296+
platform: ps2
297+
template: common/default
298+
file: https://github.com/decompme/compilers/releases/download/compilers/ee-gcc2.9-991111-01-dtls13010.tar.gz
295299
- id: ee-gcc2.96
296300
platform: ps2
297301
template: common/default

0 commit comments

Comments
 (0)