test
Some checks failed
Gentoo Utils / build-oci-image (push) Successful in 8s
Gentoo Utils / grep (push) Failing after 3s
Gentoo Utils / check-format (push) Successful in 7s
Gentoo Utils / docs (push) Successful in 13s
Gentoo Utils / build (push) Successful in 21s
Gentoo Utils / test (push) Successful in 26s
Gentoo Utils / fuzz (push) Successful in 5m58s

This commit is contained in:
2025-12-13 22:34:47 -06:00
parent e34b7546a4
commit f0d7ec56b3

View File

@@ -146,7 +146,7 @@ jobs:
- name: build and fuzz - name: build and fuzz
run: | run: |
source ./.venv/bin/activate source ./portage/.venv/bin/activate
which emerge which emerge
meson setup -Dfuzz=enabled -Dtests=enabled -Dbuildtype=debugoptimized build meson setup -Dfuzz=enabled -Dtests=enabled -Dbuildtype=debugoptimized build
meson compile atom_parser_fuzzer:alias -C build meson compile atom_parser_fuzzer:alias -C build