4 Commits

Author SHA1 Message Date
a1c2fcdc5f ci: fix jobs not exiting on failure
Some checks failed
Gentoo Utils / build-oci-image (push) Successful in 6s
Gentoo Utils / check-format (push) Successful in 7s
Gentoo Utils / docs (push) Successful in 12s
Gentoo Utils / build (push) Successful in 19s
Gentoo Utils / test (push) Successful in 27s
Gentoo Utils / fuzz (push) Failing after 43s
2025-12-13 21:46:59 -06:00
2b133eca35 scripts: fuzzer: add fork count 2025-12-13 21:46:59 -06:00
fe8aa9c452 ci: build: remove debugging echos
ci: build: remove redundant source
2025-12-13 21:46:59 -06:00
297fdecd55 ci: fuzz: add timeout 2025-12-13 21:46:52 -06:00

View File

@@ -148,7 +148,7 @@ jobs:
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
./scripts/fuzz.sh timeout 10m ./scripts/fuzz.sh
check-format: check-format:
runs-on: brutalisk runs-on: brutalisk