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

View File

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