Skip to content

Commit f083558

Browse files
authored
Add more Dreamcast compilers (#46)
1 parent 35a41d4 commit f083558

File tree

4 files changed

+63
-0
lines changed

4 files changed

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

values.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1072,6 +1072,14 @@ compilers:
10721072
platform: dreamcast
10731073
template: common/default
10741074
file: https://github.com/decompme/compilers/releases/download/compilers/shc-v5.1r01.tar.gz
1075+
- id: shc-v5.1r03
1076+
platform: dreamcast
1077+
template: common/default
1078+
file: https://github.com/decompme/compilers/releases/download/compilers/shc-v5.1r03.tar.gz
1079+
- id: shc-v5.1r04
1080+
platform: dreamcast
1081+
template: common/default
1082+
file: https://github.com/decompme/compilers/releases/download/compilers/shc-v5.1r04.tar.gz
10751083
- id: shc-v5.1r08
10761084
platform: dreamcast
10771085
template: common/default
@@ -1080,3 +1088,7 @@ compilers:
10801088
platform: dreamcast
10811089
template: common/default
10821090
file: https://github.com/decompme/compilers/releases/download/compilers/shc-v5.1r11.tar.gz
1091+
- id: shc-v5.1r13
1092+
platform: dreamcast
1093+
template: common/default
1094+
file: https://github.com/decompme/compilers/releases/download/compilers/shc-v5.1r13.tar.gz

0 commit comments

Comments
 (0)