6 Commits

Author SHA1 Message Date
9ff0ee0329 test fixes
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 / test (push) Successful in 28s
Gentoo Utils / fuzz (push) Has been cancelled
2025-12-13 21:22:53 -06:00
30ec6dad99 test fixes 2025-12-13 21:22:53 -06:00
5fe3919bc6 ci: fuzz: add timeout 2025-12-13 21:22:53 -06:00
2b48fbf3cb scripts: fuzzer: add fork count 2025-12-13 21:22:53 -06:00
91b5ddaad2 ci: build: remove debugging echos
ci: build: remove redundant source
2025-12-13 21:22:53 -06:00
925ff03057 ci: add fuzzer job 2025-12-13 21:22:53 -06:00

View File

@@ -4,12 +4,11 @@ on: [push]
defaults:
run:
shell: bash -le {0}
shell: bash -l {0}
jobs:
build-oci-image:
runs-on: ubuntu-latest
continue-on-error: true
steps:
- name: Restore git cache
uses: actions/cache@v4
@@ -123,6 +122,7 @@ jobs:
fuzz:
runs-on: brutalisk
timeout: 1m
env:
CC: 'clang'
CXX: 'clang++'
@@ -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/bin/pip install -e .
source ./venv/bin/activate
which emerge