testing with podman and a new runner
Some checks failed
Gentoo Utils / build-oci-image (push) Failing after 48s
Gentoo Utils / build (push) Has been skipped
Gentoo Utils / test (push) Has been skipped
Gentoo Utils / fuzz (push) Has been skipped
Gentoo Utils / check-format (push) Has been skipped
Gentoo Utils / docs (push) Has been skipped
Gentoo Utils / grep (push) Has been skipped
Some checks failed
Gentoo Utils / build-oci-image (push) Failing after 48s
Gentoo Utils / build (push) Has been skipped
Gentoo Utils / test (push) Has been skipped
Gentoo Utils / fuzz (push) Has been skipped
Gentoo Utils / check-format (push) Has been skipped
Gentoo Utils / docs (push) Has been skipped
Gentoo Utils / grep (push) Has been skipped
This commit is contained in:
@@ -13,7 +13,9 @@ env:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-oci-image:
|
build-oci-image:
|
||||||
runs-on: ubuntu-latest
|
runs-on: zergling-dev
|
||||||
|
container:
|
||||||
|
image: docker.gitea.com/runner-images:ubuntu-latest
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
steps:
|
steps:
|
||||||
- name: Restore git cache
|
- name: Restore git cache
|
||||||
@@ -66,8 +68,6 @@ jobs:
|
|||||||
- name: Set up Docker buildx
|
- name: Set up Docker buildx
|
||||||
if: steps.image-changes.outputs.build_image == 'true'
|
if: steps.image-changes.outputs.build_image == 'true'
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v3
|
||||||
with:
|
|
||||||
driver-opts: network=runners-net
|
|
||||||
|
|
||||||
- name: Log in to Github Container Registry
|
- name: Log in to Github Container Registry
|
||||||
if: steps.image-changes.outputs.build_image == 'true'
|
if: steps.image-changes.outputs.build_image == 'true'
|
||||||
@@ -90,7 +90,7 @@ jobs:
|
|||||||
image_tag: ${{ steps.image-changes.outputs.image_tag }}
|
image_tag: ${{ steps.image-changes.outputs.image_tag }}
|
||||||
|
|
||||||
build:
|
build:
|
||||||
runs-on: brutalisk
|
runs-on: zergling-dev
|
||||||
env:
|
env:
|
||||||
CC: 'clang'
|
CC: 'clang'
|
||||||
CXX: 'clang++'
|
CXX: 'clang++'
|
||||||
@@ -109,7 +109,7 @@ jobs:
|
|||||||
# FIXME: Currently this rebuilds everything. Instead we should bring over the build dir from the build job. This will come in handy
|
# FIXME: Currently this rebuilds everything. Instead we should bring over the build dir from the build job. This will come in handy
|
||||||
# when we have multiple build targets and configs. What we have currently is fine until we get lots of builds going
|
# when we have multiple build targets and configs. What we have currently is fine until we get lots of builds going
|
||||||
test:
|
test:
|
||||||
runs-on: brutalisk
|
runs-on: zergling-dev
|
||||||
env:
|
env:
|
||||||
CC: 'clang'
|
CC: 'clang'
|
||||||
CXX: 'clang++'
|
CXX: 'clang++'
|
||||||
@@ -127,7 +127,7 @@ jobs:
|
|||||||
ninja test -C build
|
ninja test -C build
|
||||||
|
|
||||||
fuzz:
|
fuzz:
|
||||||
runs-on: brutalisk
|
runs-on: zergling-dev
|
||||||
env:
|
env:
|
||||||
CC: 'clang'
|
CC: 'clang'
|
||||||
CXX: 'clang++'
|
CXX: 'clang++'
|
||||||
@@ -159,7 +159,7 @@ jobs:
|
|||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
|
|
||||||
check-format:
|
check-format:
|
||||||
runs-on: brutalisk
|
runs-on: zergling-dev
|
||||||
needs: [build-oci-image]
|
needs: [build-oci-image]
|
||||||
container:
|
container:
|
||||||
image: ${{ vars.REGISTRY_URL }}/${{ gitea.repository }}:${{ needs.build-oci-image.outputs.image_tag }}
|
image: ${{ vars.REGISTRY_URL }}/${{ gitea.repository }}:${{ needs.build-oci-image.outputs.image_tag }}
|
||||||
@@ -174,7 +174,7 @@ jobs:
|
|||||||
ninja rustfmt -C build
|
ninja rustfmt -C build
|
||||||
|
|
||||||
docs:
|
docs:
|
||||||
runs-on: brutalisk
|
runs-on: zergling-dev
|
||||||
needs: [build-oci-image]
|
needs: [build-oci-image]
|
||||||
container:
|
container:
|
||||||
image: ${{ vars.REGISTRY_URL }}/${{ gitea.repository }}:${{ needs.build-oci-image.outputs.image_tag }}
|
image: ${{ vars.REGISTRY_URL }}/${{ gitea.repository }}:${{ needs.build-oci-image.outputs.image_tag }}
|
||||||
@@ -188,7 +188,7 @@ jobs:
|
|||||||
ninja rustdoc -C docs
|
ninja rustdoc -C docs
|
||||||
|
|
||||||
grep:
|
grep:
|
||||||
runs-on: brutalisk
|
runs-on: zergling-dev
|
||||||
needs: [build-oci-image]
|
needs: [build-oci-image]
|
||||||
container:
|
container:
|
||||||
image: ${{ vars.REGISTRY_URL }}/${{ gitea.repository }}:${{ needs.build-oci-image.outputs.image_tag }}
|
image: ${{ vars.REGISTRY_URL }}/${{ gitea.repository }}:${{ needs.build-oci-image.outputs.image_tag }}
|
||||||
|
|||||||
Reference in New Issue
Block a user