2 Commits

Author SHA1 Message Date
be723914e0 infra: image: protect :latest tag so only the default branch can push to it
Some checks failed
Gentoo Utils / build-oci-image (push) Successful in 31s
Gentoo Utils / check-format (push) Successful in 10s
Gentoo Utils / docs (push) Has been cancelled
Gentoo Utils / test (push) Has been cancelled
Gentoo Utils / build (push) Has been cancelled
infra: image: fix hard coded image name

infra: image: fixes c35db0f

infra: image: build image for branches if they dont exist

infra: image: fix image tag for build job

infra: image: fixes image_tag

infra: image: switch to using ${{ vars.REGISTRY_URL }}

Doing this so I can change this site wide in the future without anything breaking

infra: actions: set build job to only build

infra: actions: add test job

infra: actions: add check-format job

infra: actions: add docs job

FIXME: test

TEST

test

fixes

fixes

fixes

test

oops

test

infra: actions: fix docker changes detector so it doesnt always build on force pushes

infra: actions: cache git repo

FIXME: add a cache job

test cache

test

again

fix

infra: actions: cache the docker build

fixes
2025-12-12 21:33:01 -06:00
330ad81e3e image: create entrypoint script and put env sources in it 2025-12-12 21:32:32 -06:00

View File

@@ -710,9 +710,7 @@ mod test {
for (a, b, ordering) in cpvs.iter().copied().map(|(a, b, ordering)| { for (a, b, ordering) in cpvs.iter().copied().map(|(a, b, ordering)| {
( (
Cpv::parser().parse_finished(InputIter::new(a)).unwrap(), Cpv::parser().parse_finished(InputIter::new(a)).unwrap(),
Cpv::parser() Cpv::parser().parse_finished(InputIter::new(b)).unwrap(),
.parse_finished(InputIter::new(b))
.unwrap(),
ordering, ordering,
) )
}) { }) {