mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-13 13:45:10 +00:00
[CI] Crank compression to 9
This commit is contained in:
parent
fc75dc52aa
commit
19cf159f21
1 changed files with 2 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ jobs:
|
|||
cd parsee
|
||||
alias musl-gcc="musl-gcc -Wl,-Bstatic -L ${PREFIX}/lib"
|
||||
musl-gcc -static configure.c -o configure && ./configure -s -l
|
||||
make CC=musl-gcc CYTO_INC=${PREFIX}/include CYTO_LIB=${PREFIX}/lib
|
||||
make CC=musl-gcc CYTO_INC=${PREFIX}/include CYTO_LIB=${PREFIX}/lib LDFLAGS=-s
|
||||
make PREFIX=bins install
|
||||
- name: Create a final archive
|
||||
run: |
|
||||
|
|
@ -71,4 +71,5 @@ jobs:
|
|||
uses: https://github.com/christopherhx/gitea-upload-artifact@v4
|
||||
with:
|
||||
name: ${{ env.NAM }}
|
||||
compression-level: 9
|
||||
path: ${{ env.DIR }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue