Skip to content

Commit 4b4da54

Browse files
authored
Merge pull request #38 from decompme/add-psp-gcc-171
Add psp-gcc (GCC) 3.3.3+allegrex-2.2.2-psp-1.7.1
2 parents 33e6c39 + 75b7623 commit 4b4da54

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-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/psp/psp-gcc-1.7.1
7+
8+
RUN wget -O psp-gcc-1.7.1.tar.gz "https://github.com/decompme/compilers/releases/download/compilers/psp-gcc-1.7.1.tar.gz"
9+
RUN tar xvzf psp-gcc-1.7.1.tar.gz -C /compilers/psp/psp-gcc-1.7.1
10+
11+
RUN chown -R root:root /compilers/psp/psp-gcc-1.7.1/
12+
RUN chmod +x /compilers/psp/psp-gcc-1.7.1/*
13+
14+
15+
FROM scratch as release
16+
17+
COPY --from=base /compilers /compilers

values.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -482,6 +482,11 @@ compilers:
482482
template: common/default
483483
file: https://github.com/decompme/compilers/releases/download/compilers/psp-gcc-1.3.1.tar.gz?2024-04-25
484484

485+
- id: psp-gcc-1.7.1
486+
platform: psp
487+
template: common/default
488+
file: https://github.com/decompme/compilers/releases/download/compilers/psp-gcc-1.7.1.tar.gz
489+
485490
# MAXOSX
486491
- id: gcc-5370
487492
platform: macosx

0 commit comments

Comments
 (0)