This repository was archived by the owner on Oct 11, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2222
2323 - name : build-frontend
2424 run : |
25- nix develop --command bash -c "cd frontend && wasm32-wasi-cabal update && exec ./build.sh --debuginfo -- low-memory-unused --converge --gufa --flatten --rereloop -Oz"
25+ nix develop --command bash -c "cd frontend && wasm32-wasi-cabal update && exec ./build.sh --low-memory-unused --converge --gufa --flatten --rereloop -Oz"
2626
2727 ghcup-build :
2828 name : ghcup-build
6060 --with-hc-pkg=wasm32-wasi-ghc-pkg \
6161 --with-hsc2hs=wasm32-wasi-hsc2hs \
6262 update
63- ./build.sh --debuginfo -- low-memory-unused --converge --gufa --flatten --rereloop -Oz
63+ ./build.sh --low-memory-unused --converge --gufa --flatten --rereloop -Oz
6464
6565 non-nix-build :
6666 name : non-nix-build
8888 - name : build-frontend
8989 run : |
9090 cd frontend
91- ./build.sh --debuginfo -- low-memory-unused --converge --gufa --flatten --rereloop -Oz
91+ ./build.sh --low-memory-unused --converge --gufa --flatten --rereloop -Oz
9292
9393 - name : upload-pages-artifact
9494 uses : actions/upload-pages-artifact@v3
You can’t perform that action at this time.
0 commit comments