oops
Some checks failed
Gentoo Utils / build-oci-image (push) Successful in 8s
Gentoo Utils / build (push) Failing after 4s
Gentoo Utils / test (push) Has been skipped
Gentoo Utils / check-format (push) Failing after 10s
Gentoo Utils / docs (push) Successful in 12s

This commit is contained in:
2025-12-12 17:19:47 -06:00
parent 4b628201c8
commit ac679661bf

View File

@@ -65,7 +65,7 @@ jobs:
build:
runs-on: brutalisk
environment:
env:
CC: 'clang'
CXX: 'clang++'
needs: build-oci-image
@@ -86,7 +86,7 @@ jobs:
# when we have multiple build targets and configs. What we have currently is fine until we get lots of builds going
test:
runs-on: brutalisk
environment:
env:
CC: 'clang'
CXX: 'clang++'
needs: [build-oci-image, build]