Skip to content

Commit 1bb2dfd

Browse files
anpagemkst
authored andcommitted
Add wcc10.0a (decompme#74)
* Add wcc10.0a * Update values.yaml Co-authored-by: Mark Street <22226349+mkst@users.noreply.github.com> * Regenerate wcc10.0a Dockerfile --------- Co-authored-by: Mark Street <22226349+mkst@users.noreply.github.com>
1 parent 3287ae7 commit 1bb2dfd

2 files changed

Lines changed: 21 additions & 0 deletions

File tree

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/msdos/wcc10.0a
7+
8+
RUN wget -O wcc10.0a.tar.gz "https://github.com/decompme/compilers/releases/download/compilers/wcc10.0a.tar.gz"
9+
RUN tar xvzf wcc10.0a.tar.gz -C /compilers/msdos/wcc10.0a
10+
11+
RUN chown -R root:root /compilers/msdos/wcc10.0a/
12+
RUN chmod +x /compilers/msdos/wcc10.0a/*
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
@@ -986,6 +986,10 @@ compilers:
986986
package_dir: ProDG/3.9.3
987987

988988
# DOS
989+
- id: wcc10.0a
990+
platform: msdos
991+
template: common/default
992+
file: https://github.com/decompme/compilers/releases/download/compilers/wcc10.0a.tar.gz
989993
- id: wcc10.5
990994
platform: msdos
991995
template: common/default

0 commit comments

Comments
 (0)