summaryrefslogtreecommitdiff
path: root/.gitea
AgeCommit message (Collapse)Author
2025-12-16ci: fuzz: clean up fuzzer script a bitJohn Turner
2025-12-14ci: fuzz: dont fail the pipelinepenguin
2025-12-14ci: fix some instances of failing commands not failing jobspenguin
ci: fix some rare instances of commands failing because TERM wasnt set
2025-12-14ci: build: remove debugging echospenguin
ci: build: remove redundant source
2025-12-14ci: add fuzz jobpenguin
ci: fuzz: add timeout ci: fuzz: add fuzzer timeout ci: fuzz: fix portage venv
2025-12-14use -E flag in git grepJohn Turner
2025-12-14grep for todo! and dbg! in check_commands and in CIJohn Turner
2025-12-12ci: add docs jobpenguin
2025-12-12ci: add check-format jobpenguin
2025-12-12ci: add test jobpenguin
Right now this just rebuilds everything the build job built. In a future PR I will either cache the build dir from the build job or I will upload the build dir as an artifact.
2025-12-12ci: update build job to only buildpenguin
2025-12-12ci: build-oci-image: cache .git dir in build-oci-imagepenguin
ci: build-oci-image: fix logic for detecting changes to .docker in build-oci-image ci: build-oci-image: use registry url variable, not hardcoded url ci: build-oci-image: change changes_detected var to build image ci: build-oci-image: output an image tag for other jobs to use ci: build-oci-image: cache the docker image build This wont always speed things up, but occasionally it will speed things up by a lot
2025-12-12ci: set default shell to login shellpenguin
This way /etc/profile is sourced in our gentoo jobs
2025-12-12ci: simplify pipeline logicpenguin
2025-12-08run CI when pushing to any branchJohn Turner
2025-12-07infra: formatting + debug in check changes steppenguin
2025-12-07infra: add default branch name to outputspenguin
2025-12-07infra: switch to using generic runner brutalisk and manually specify ↵penguin
container image
2025-12-07update logoJohn Turner
2025-12-06infra: docker: fix workflow to always run on masterpenguin
2025-12-05infra: move docker workflow into gentoo-utils workflowpenguin
infra: add build job to CI
2025-12-05add CI filesJohn Turner