Skip to content

Commit

Permalink
Update psyq-obj-parser for psyq compilers
Browse files Browse the repository at this point in the history
  • Loading branch information
mkst committed Sep 21, 2023
1 parent 2e7564e commit e1beea0
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion platforms/ps1/psyq3.3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
2 changes: 1 addition & 1 deletion platforms/ps1/psyq3.5/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
2 changes: 1 addition & 1 deletion platforms/ps1/psyq3.6/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
2 changes: 1 addition & 1 deletion platforms/ps1/psyq4.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
2 changes: 1 addition & 1 deletion platforms/ps1/psyq4.1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
2 changes: 1 addition & 1 deletion platforms/ps1/psyq4.3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
2 changes: 1 addition & 1 deletion platforms/ps1/psyq4.4/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
2 changes: 1 addition & 1 deletion platforms/ps1/psyq4.5/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
2 changes: 1 addition & 1 deletion platforms/ps1/psyq4.6/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
2 changes: 1 addition & 1 deletion templates/ps1/psyq.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}/
Expand Down

0 comments on commit e1beea0

Please sign in to comment.