mirror of
https://github.com/encounter/compilers.git
synced 2026-07-09 18:18:53 -07:00
Update psyq-obj-parser for psyq compilers
This commit is contained in:
@@ -8,7 +8,7 @@ RUN mkdir -p /compilers/ps1/psyq3.3
|
||||
RUN wget -O psyq3.3.tar.gz "https://github.com/mkst/esa/releases/download/psyq-binaries/psyq3.3.tar.gz"
|
||||
RUN tar xvzf psyq3.3.tar.gz --strip-components=1 -C /compilers/ps1/psyq3.3
|
||||
|
||||
RUN wget -O psyq-obj-parser.tar.gz https://github.com/mkst/esa/releases/download/psyq-binaries/psyq-obj-parser.tar.gz
|
||||
RUN wget -O psyq-obj-parser.tar.gz https://github.com/mkst/pcsx-redux/releases/download/loosen-hi-lo-restrictions/psyq-obj-parser.tar.gz
|
||||
RUN tar xvzf psyq-obj-parser.tar.gz -C /compilers/ps1/psyq3.3/
|
||||
|
||||
RUN chown -R root:root /compilers/ps1/psyq3.3/
|
||||
|
||||
@@ -8,7 +8,7 @@ RUN mkdir -p /compilers/ps1/psyq3.5
|
||||
RUN wget -O psyq3.5.tar.gz "https://github.com/mkst/esa/releases/download/psyq-binaries/psyq3.5.tar.gz"
|
||||
RUN tar xvzf psyq3.5.tar.gz --strip-components=1 -C /compilers/ps1/psyq3.5
|
||||
|
||||
RUN wget -O psyq-obj-parser.tar.gz https://github.com/mkst/esa/releases/download/psyq-binaries/psyq-obj-parser.tar.gz
|
||||
RUN wget -O psyq-obj-parser.tar.gz https://github.com/mkst/pcsx-redux/releases/download/loosen-hi-lo-restrictions/psyq-obj-parser.tar.gz
|
||||
RUN tar xvzf psyq-obj-parser.tar.gz -C /compilers/ps1/psyq3.5/
|
||||
|
||||
RUN chown -R root:root /compilers/ps1/psyq3.5/
|
||||
|
||||
@@ -8,7 +8,7 @@ RUN mkdir -p /compilers/ps1/psyq3.6
|
||||
RUN wget -O psyq3.6.tar.gz "https://github.com/mkst/esa/releases/download/psyq-binaries/psyq3.6.tar.gz"
|
||||
RUN tar xvzf psyq3.6.tar.gz --strip-components=1 -C /compilers/ps1/psyq3.6
|
||||
|
||||
RUN wget -O psyq-obj-parser.tar.gz https://github.com/mkst/esa/releases/download/psyq-binaries/psyq-obj-parser.tar.gz
|
||||
RUN wget -O psyq-obj-parser.tar.gz https://github.com/mkst/pcsx-redux/releases/download/loosen-hi-lo-restrictions/psyq-obj-parser.tar.gz
|
||||
RUN tar xvzf psyq-obj-parser.tar.gz -C /compilers/ps1/psyq3.6/
|
||||
|
||||
RUN chown -R root:root /compilers/ps1/psyq3.6/
|
||||
|
||||
@@ -8,7 +8,7 @@ RUN mkdir -p /compilers/ps1/psyq4.0
|
||||
RUN wget -O psyq4.0.tar.gz "https://github.com/mkst/esa/releases/download/psyq-binaries/psyq4.0.tar.gz"
|
||||
RUN tar xvzf psyq4.0.tar.gz --strip-components=1 -C /compilers/ps1/psyq4.0
|
||||
|
||||
RUN wget -O psyq-obj-parser.tar.gz https://github.com/mkst/esa/releases/download/psyq-binaries/psyq-obj-parser.tar.gz
|
||||
RUN wget -O psyq-obj-parser.tar.gz https://github.com/mkst/pcsx-redux/releases/download/loosen-hi-lo-restrictions/psyq-obj-parser.tar.gz
|
||||
RUN tar xvzf psyq-obj-parser.tar.gz -C /compilers/ps1/psyq4.0/
|
||||
|
||||
RUN chown -R root:root /compilers/ps1/psyq4.0/
|
||||
|
||||
@@ -8,7 +8,7 @@ RUN mkdir -p /compilers/ps1/psyq4.1
|
||||
RUN wget -O psyq4.1.tar.gz "https://github.com/mkst/esa/releases/download/psyq-binaries/psyq4.1.tar.gz"
|
||||
RUN tar xvzf psyq4.1.tar.gz --strip-components=1 -C /compilers/ps1/psyq4.1
|
||||
|
||||
RUN wget -O psyq-obj-parser.tar.gz https://github.com/mkst/esa/releases/download/psyq-binaries/psyq-obj-parser.tar.gz
|
||||
RUN wget -O psyq-obj-parser.tar.gz https://github.com/mkst/pcsx-redux/releases/download/loosen-hi-lo-restrictions/psyq-obj-parser.tar.gz
|
||||
RUN tar xvzf psyq-obj-parser.tar.gz -C /compilers/ps1/psyq4.1/
|
||||
|
||||
RUN chown -R root:root /compilers/ps1/psyq4.1/
|
||||
|
||||
@@ -8,7 +8,7 @@ RUN mkdir -p /compilers/ps1/psyq4.3
|
||||
RUN wget -O psyq4.3.tar.gz "https://github.com/mkst/esa/releases/download/psyq-binaries/psyq4.3.tar.gz"
|
||||
RUN tar xvzf psyq4.3.tar.gz --strip-components=1 -C /compilers/ps1/psyq4.3
|
||||
|
||||
RUN wget -O psyq-obj-parser.tar.gz https://github.com/mkst/esa/releases/download/psyq-binaries/psyq-obj-parser.tar.gz
|
||||
RUN wget -O psyq-obj-parser.tar.gz https://github.com/mkst/pcsx-redux/releases/download/loosen-hi-lo-restrictions/psyq-obj-parser.tar.gz
|
||||
RUN tar xvzf psyq-obj-parser.tar.gz -C /compilers/ps1/psyq4.3/
|
||||
|
||||
RUN chown -R root:root /compilers/ps1/psyq4.3/
|
||||
|
||||
@@ -8,7 +8,7 @@ RUN mkdir -p /compilers/ps1/psyq4.4
|
||||
RUN wget -O psyq4.4.tar.gz "https://github.com/mkst/esa/releases/download/psyq-binaries/psyq4.4.tar.gz"
|
||||
RUN tar xvzf psyq4.4.tar.gz --strip-components=1 -C /compilers/ps1/psyq4.4
|
||||
|
||||
RUN wget -O psyq-obj-parser.tar.gz https://github.com/mkst/esa/releases/download/psyq-binaries/psyq-obj-parser.tar.gz
|
||||
RUN wget -O psyq-obj-parser.tar.gz https://github.com/mkst/pcsx-redux/releases/download/loosen-hi-lo-restrictions/psyq-obj-parser.tar.gz
|
||||
RUN tar xvzf psyq-obj-parser.tar.gz -C /compilers/ps1/psyq4.4/
|
||||
|
||||
RUN chown -R root:root /compilers/ps1/psyq4.4/
|
||||
|
||||
@@ -8,7 +8,7 @@ RUN mkdir -p /compilers/ps1/psyq4.5
|
||||
RUN wget -O psyq4.5.tar.gz "https://github.com/mkst/esa/releases/download/psyq-binaries/psyq4.5.tar.gz"
|
||||
RUN tar xvzf psyq4.5.tar.gz --strip-components=1 -C /compilers/ps1/psyq4.5
|
||||
|
||||
RUN wget -O psyq-obj-parser.tar.gz https://github.com/mkst/esa/releases/download/psyq-binaries/psyq-obj-parser.tar.gz
|
||||
RUN wget -O psyq-obj-parser.tar.gz https://github.com/mkst/pcsx-redux/releases/download/loosen-hi-lo-restrictions/psyq-obj-parser.tar.gz
|
||||
RUN tar xvzf psyq-obj-parser.tar.gz -C /compilers/ps1/psyq4.5/
|
||||
|
||||
RUN chown -R root:root /compilers/ps1/psyq4.5/
|
||||
|
||||
@@ -8,7 +8,7 @@ RUN mkdir -p /compilers/ps1/psyq4.6
|
||||
RUN wget -O psyq4.6.tar.gz "https://github.com/mkst/esa/releases/download/psyq-binaries/psyq4.6.tar.gz"
|
||||
RUN tar xvzf psyq4.6.tar.gz --strip-components=1 -C /compilers/ps1/psyq4.6
|
||||
|
||||
RUN wget -O psyq-obj-parser.tar.gz https://github.com/mkst/esa/releases/download/psyq-binaries/psyq-obj-parser.tar.gz
|
||||
RUN wget -O psyq-obj-parser.tar.gz https://github.com/mkst/pcsx-redux/releases/download/loosen-hi-lo-restrictions/psyq-obj-parser.tar.gz
|
||||
RUN tar xvzf psyq-obj-parser.tar.gz -C /compilers/ps1/psyq4.6/
|
||||
|
||||
RUN chown -R root:root /compilers/ps1/psyq4.6/
|
||||
|
||||
@@ -7,7 +7,7 @@ RUN mkdir -p /compilers/{{ platform }}/{{ id }}
|
||||
RUN wget -O {{ filename }} "{{ file }}"
|
||||
RUN tar xvzf {{ filename }} --strip-components=1 -C /compilers/{{ platform }}/{{ id }}
|
||||
|
||||
RUN wget -O psyq-obj-parser.tar.gz https://github.com/mkst/esa/releases/download/psyq-binaries/psyq-obj-parser.tar.gz
|
||||
RUN wget -O psyq-obj-parser.tar.gz https://github.com/mkst/pcsx-redux/releases/download/loosen-hi-lo-restrictions/psyq-obj-parser.tar.gz
|
||||
RUN tar xvzf psyq-obj-parser.tar.gz -C /compilers/{{ platform }}/{{ id }}/
|
||||
|
||||
RUN chown -R root:root /compilers/{{ platform }}/{{ id }}/
|
||||
|
||||
Reference in New Issue
Block a user