Skip to content

Commit cb10732

Browse files
committed
Make OS2 zip fit on 1.4MB disk. Create second disk for compiler binaries in the future.
1 parent 0c53478 commit cb10732

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/LuaWatcom.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -161,13 +161,14 @@ jobs:
161161
162162
- name: Zip OS/2 Binaries
163163
run: |
164-
zip -j9 --DOS-names dist/bin/OS2.zip dist/bin/LUA21.EXE dist/bin/LUA22.EXE dist/bin/LUAC21.EXE dist/bin/LUAC22.EXE
165-
rm dist/bin/LUA21.EXE dist/bin/LUA22.EXE dist/bin/LUAC21.EXE dist/bin/LUAC22.EXE
164+
zip -j9 --DOS-names dist/bin/OS2.zip dist/bin/LUA21.EXE dist/bin/LUA22.EXE
165+
rm dist/bin/LUA21.EXE dist/bin/LUA22.EXE
166166
167167
- name: Zip DOS, Linux & Windows Lua Compiler Binaries
168168
run: |
169-
zip -j9 --DOS-names dist/bin/LUAC.zip dist/bin/LUAC*.EXE
170-
zip -j9 -X dist/bin/LUAC.zip dist/bin/LUAC*.ELF
169+
# TODO: put Lua byte compilers on disk 2
170+
# zip -j9 --DOS-names dist/bin/LUAC.zip dist/bin/LUAC*.EXE
171+
# zip -j9 -X dist/bin/LUAC.zip dist/bin/LUAC*.ELF
171172
rm dist/bin/LUAC*
172173

173174
- name: Set modification time on Zip binaries to the latest commit

0 commit comments

Comments
 (0)