use ultralisk
All checks were successful
Gentoo Utils / build-oci-image (push) Successful in 10m24s
Gentoo Utils / grep (push) Successful in 6s
Gentoo Utils / check-format (push) Successful in 16s
Gentoo Utils / docs (push) Successful in 20s
Gentoo Utils / build (push) Successful in 32s
Gentoo Utils / test (push) Successful in 40s
Gentoo Utils / fuzz (push) Successful in 1m13s
All checks were successful
Gentoo Utils / build-oci-image (push) Successful in 10m24s
Gentoo Utils / grep (push) Successful in 6s
Gentoo Utils / check-format (push) Successful in 16s
Gentoo Utils / docs (push) Successful in 20s
Gentoo Utils / build (push) Successful in 32s
Gentoo Utils / test (push) Successful in 40s
Gentoo Utils / fuzz (push) Successful in 1m13s
This commit is contained in:
@@ -13,7 +13,7 @@ env:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-oci-image:
|
build-oci-image:
|
||||||
runs-on: ultralisk-dev
|
runs-on: ultralisk
|
||||||
container:
|
container:
|
||||||
image: docker.gitea.com/runner-images:ubuntu-latest
|
image: docker.gitea.com/runner-images:ubuntu-latest
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
@@ -93,7 +93,7 @@ jobs:
|
|||||||
image_tag: ${{ steps.image-changes.outputs.image_tag }}
|
image_tag: ${{ steps.image-changes.outputs.image_tag }}
|
||||||
|
|
||||||
build:
|
build:
|
||||||
runs-on: ultralisk-dev
|
runs-on: ultralisk
|
||||||
env:
|
env:
|
||||||
CC: 'clang'
|
CC: 'clang'
|
||||||
CXX: 'clang++'
|
CXX: 'clang++'
|
||||||
@@ -112,7 +112,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: ultralisk-dev
|
runs-on: ultralisk
|
||||||
env:
|
env:
|
||||||
CC: 'clang'
|
CC: 'clang'
|
||||||
CXX: 'clang++'
|
CXX: 'clang++'
|
||||||
@@ -130,7 +130,7 @@ jobs:
|
|||||||
ninja test -C build
|
ninja test -C build
|
||||||
|
|
||||||
fuzz:
|
fuzz:
|
||||||
runs-on: ultralisk-dev
|
runs-on: ultralisk
|
||||||
env:
|
env:
|
||||||
CC: 'clang'
|
CC: 'clang'
|
||||||
CXX: 'clang++'
|
CXX: 'clang++'
|
||||||
@@ -162,7 +162,7 @@ jobs:
|
|||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
|
|
||||||
check-format:
|
check-format:
|
||||||
runs-on: ultralisk-dev
|
runs-on: ultralisk
|
||||||
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 }}
|
||||||
@@ -177,7 +177,7 @@ jobs:
|
|||||||
ninja rustfmt -C build
|
ninja rustfmt -C build
|
||||||
|
|
||||||
docs:
|
docs:
|
||||||
runs-on: ultralisk-dev
|
runs-on: ultralisk
|
||||||
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 }}
|
||||||
@@ -191,7 +191,7 @@ jobs:
|
|||||||
ninja rustdoc -C docs
|
ninja rustdoc -C docs
|
||||||
|
|
||||||
grep:
|
grep:
|
||||||
runs-on: ultralisk-dev
|
runs-on: ultralisk
|
||||||
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