5 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
43441a3943 ci: add fuzzer job 2025-12-13 21:45:33 -06:00

View File

@@ -139,7 +139,7 @@ jobs:
run: |
git clone https://github.com/gentoo/portage.git
cd portage
python -m venv .venv && ./venv/bin/activate install -e .
python -m venv .venv && ./venv/bin/pip install -e .
source ./venv/bin/activate
which emerge