CI: Use generic runner label 'gentoo' #15
@@ -89,7 +89,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: gentoo
|
||||||
env:
|
env:
|
||||||
CC: 'clang'
|
CC: 'clang'
|
||||||
CXX: 'clang++'
|
CXX: 'clang++'
|
||||||
@@ -108,7 +108,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: gentoo
|
||||||
env:
|
env:
|
||||||
CC: 'clang'
|
CC: 'clang'
|
||||||
CXX: 'clang++'
|
CXX: 'clang++'
|
||||||
@@ -126,7 +126,7 @@ jobs:
|
|||||||
ninja test -C build
|
ninja test -C build
|
||||||
|
|
||||||
fuzz:
|
fuzz:
|
||||||
runs-on: brutalisk
|
runs-on: gentoo
|
||||||
env:
|
env:
|
||||||
CC: 'clang'
|
CC: 'clang'
|
||||||
CXX: 'clang++'
|
CXX: 'clang++'
|
||||||
@@ -158,7 +158,7 @@ jobs:
|
|||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
|
|
||||||
check-format:
|
check-format:
|
||||||
runs-on: brutalisk
|
runs-on: gentoo
|
||||||
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 }}
|
||||||
@@ -173,7 +173,7 @@ jobs:
|
|||||||
ninja rustfmt -C build
|
ninja rustfmt -C build
|
||||||
|
|
||||||
docs:
|
docs:
|
||||||
runs-on: brutalisk
|
runs-on: gentoo
|
||||||
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 }}
|
||||||
@@ -187,7 +187,7 @@ jobs:
|
|||||||
ninja rustdoc -C docs
|
ninja rustdoc -C docs
|
||||||
|
|
||||||
grep:
|
grep:
|
||||||
runs-on: brutalisk
|
runs-on: gentoo
|
||||||
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