test
Some checks failed
Gentoo Utils / build-oci-image (push) Successful in 2m19s
Gentoo Utils / docs (push) Failing after 30s
Gentoo Utils / check-format (push) Failing after 1m20s
Gentoo Utils / build (push) Failing after 1m33s
Gentoo Utils / test (push) Has been skipped

This commit is contained in:
2025-12-12 16:03:56 -06:00
parent 81b8750128
commit 3a841bb11b

View File

@@ -104,6 +104,7 @@ jobs:
uses: actions/checkout@v5
- name: Check Formatting
run: |
meson setup -Dfuzz=enabled -Dtests=enabled -Dbuildtype=debugoptimized -Ddocs=enabled build
ninja rustfmt -C build
@@ -112,7 +113,7 @@ jobs:
runs-on: brutalisk
needs: [build-oci-image]
container:
image: gitea.local:3000/${{ gitea.repository }}:${{ needs.build-oci-image.outputs.image_tag }}
image: ${{ vars.REGISTRY_URL }}:3000/${{ gitea.repository }}:${{ needs.build-oci-image.outputs.image_tag }}
steps:
- name: Checkout repo
uses: actions/checkout@v5