ci (sr.ht): do a PGO partial build instead of release on alpine-x64

This commit is contained in:
Daniel Eklöf 2022-10-19 18:45:54 +02:00
parent 807e770b91
commit fc68480a6c
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -42,10 +42,8 @@ tasks:
ninja -C bld/debug -k0
meson test -C bld/debug --print-errorlogs
- release: |
mkdir -p bld/release
meson --buildtype=minsize -Db_pgo=generate -Dgrapheme-clustering=enabled -Dfcft:grapheme-shaping=enabled -Dfcft:run-shaping=enabled -Dfcft:test-text-shaping=true foot bld/release
ninja -C bld/release -k0
meson test -C bld/release --print-errorlogs
mkdir -p bld/release-with-pgo
./foot/pgo/pgo.sh partial foot bld/release-with-pgo -Dgrapheme-clustering=enabled -Dfcft:grapheme-shaping=enabled -Dfcft:run-shaping=enabled -Dfcft:test-text-shaping=true
- codespell: |
pip install codespell
cd foot