fixes
Some checks failed
Gentoo Utils / build-oci-image (push) Successful in 8s
Gentoo Utils / check-format (push) Failing after 10s
Gentoo Utils / docs (push) Successful in 16s
Gentoo Utils / build (push) Failing after 21s
Gentoo Utils / test (push) Has been skipped

This commit is contained in:
2025-12-12 17:14:09 -06:00
parent 975f340a86
commit 208ead46f2

View File

@@ -77,7 +77,7 @@ jobs:
- name: build and check
run: |
LDFLAGS="-fuse-ld=$(command -v lld)" meson setup -Dfuzz=enabled -Dtests=enabled -Dbuildtype=debugoptimized -Ddocs=enabled build
meson setup -Dfuzz=enabled -Dtests=enabled -Dbuildtype=debugoptimized -Ddocs=enabled build
meson compile -C build
# FIXME: Currently this rebuilds everything. Instead we should bring over the build dir from the build job. This will come in handy
@@ -96,7 +96,7 @@ jobs:
- name: test
run: |
LDFLAGS="-fuse-ld=$(command -v lld)" meson setup -Dfuzz=enabled -Dtests=enabled -Dbuildtype=debugoptimized -Ddocs=enabled build
meson setup -Dfuzz=enabled -Dtests=enabled -Dbuildtype=debugoptimized -Ddocs=enabled build
meson compile -C build
ninja test -C build