3 Commits

Author SHA1 Message Date
4873022c25 ci: fix jobs not exiting on failure
Some checks failed
Gentoo Utils / build-oci-image (push) Successful in 7s
Gentoo Utils / check-format (push) Successful in 7s
Gentoo Utils / docs (push) Successful in 13s
Gentoo Utils / build (push) Successful in 20s
Gentoo Utils / fuzz (push) Failing after 9s
Gentoo Utils / test (push) Has been cancelled
2025-12-13 21:45:52 -06:00
1a1098426f scripts: fuzzer: add fork count 2025-12-13 21:45:35 -06:00
02fb55b8e3 ci: build: remove debugging echos
ci: build: remove redundant source
2025-12-13 21:45:35 -06:00

View File

@@ -148,7 +148,7 @@ jobs:
which emerge
meson setup -Dfuzz=enabled -Dtests=enabled -Dbuildtype=debugoptimized build
meson compile atom_parser_fuzzer:alias -C build
timeout 10m ./scripts/fuzz.sh
./scripts/fuzz.sh
check-format:
runs-on: brutalisk