FIXME: test
Some checks failed
Gentoo Utils / build-oci-image (push) Failing after 12s
Gentoo Utils / check-format (push) Has been skipped
Gentoo Utils / test (push) Has been skipped
Gentoo Utils / build (push) Has been skipped
Gentoo Utils / docs (push) Has been skipped

This commit is contained in:
2025-12-12 14:40:07 -06:00
parent e5369812d7
commit e9b1e238c3

View File

@@ -90,7 +90,7 @@ jobs:
- name: test
run: |
meson setup -Dfuzz=enabled -Dtests=enabled -Dbuildtype=debugoptimized -Ddocs=enabled build
LDFLAGS="-fuse-ld=$(command -v lld)" meson setup -Dfuzz=enabled -Dtests=enabled -Dbuildtype=debugoptimized -Ddocs=enabled build
meson compile -C build
ninja test -C build