3 Commits

Author SHA1 Message Date
8cf9d59ffc test
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 / fuzz (push) Failing after 12s
Gentoo Utils / test (push) Successful in 27s
2025-12-13 21:58:14 -06:00
32c419da8b ci: fix jobs not exiting on failure 2025-12-13 21:58:14 -06:00
33dd059498 scripts: fuzzer: add fork count 2025-12-13 21:58:12 -06:00
2 changed files with 3 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ on: [push]
defaults:
run:
shell: bash -l {0}
shell: bash -le {0}
jobs:
build-oci-image:
@@ -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

View File

@@ -11,4 +11,5 @@ ${PROJECT_DIR}/scripts/atom.py <${in} >${out} \
| ${PROJECT_DIR}/build/fuzz/atom/parser/fuzzer >${in} <${out} \
${PROJECT_DIR}/build/atom_parser_fuzzer_corpus \
-only_ascii=1 \
-fork=$(($(nproc) / 2)) \
"$@"