5 Commits

Author SHA1 Message Date
fc84c680c2 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 12s
Gentoo Utils / build (push) Successful in 19s
Gentoo Utils / fuzz (push) Failing after 8s
Gentoo Utils / test (push) Successful in 26s
2025-12-13 21:49:19 -06:00
ca19536090 scripts: fuzzer: add fork count 2025-12-13 21:49:19 -06:00
fd12ce25cd ci: build: remove debugging echos
ci: build: remove redundant source
2025-12-13 21:49:19 -06:00
b450588235 ci: fuzz: add timeout 2025-12-13 21:49:19 -06:00
3cd4fdd0a2 ci: add fuzzer job 2025-12-13 21:49:15 -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/pip install -e .
python -m venv .venv && ./venv/bin/activate install -e .
source ./venv/bin/activate
which emerge