Skip to content
Snippets Groups Projects
Commit b679d79e authored by alice's avatar alice
Browse files

community/foot: build without pgo

parent 0ad0ca66
No related branches found
No related tags found
No related merge requests found
......@@ -42,16 +42,20 @@ build() {
export CPPFLAGS="$CPPFLAGS -O3"
abuild-meson \
-Db_pgo=generate \
-Db_lto=true \
. output
meson compile -C output
ninja -C output test
./pgo/full-headless-sway.sh . output
# XXX:
# sway has cap_sys_nice, container builders refuse to run it
#
# -Db_pgo=generate \
meson configure -Db_pgo=use output
meson compile -C output
# ninja -C output test
# ./pgo/full-headless-sway.sh . output
# meson configure -Db_pgo=use output
# meson compile -C output
}
package() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment