Skip to content

Commit

Permalink
Do not require build of docker images to pass CI (#2342)
Browse files Browse the repository at this point in the history
Do not require the build of docker images to pass CI. It seems we have
some problems with the cache, and right now, CI doesn't use the cache
for the docker build process. Until @mchristopher fixes that, I disable
it as a requirement to pass CI.
  • Loading branch information
xgreenx authored Oct 14, 2024
1 parent 469d443 commit 03a3554
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,6 @@ jobs:
needs:
- cargo-verifications
- publish-crates-check
- build-docker-images
- cargo-test-kms
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -342,8 +341,8 @@ jobs:
matrix:
arch: [
# build on native runners instead of using emulation
{platform: linux/amd64, runner: buildjet-8vcpu-ubuntu-2204},
{platform: linux/arm64, runner: buildjet-16vcpu-ubuntu-2204-arm}
{ platform: linux/amd64, runner: buildjet-8vcpu-ubuntu-2204 },
{ platform: linux/arm64, runner: buildjet-16vcpu-ubuntu-2204-arm }
]
runs-on: ${{ matrix.arch.runner }}
permissions:
Expand Down

0 comments on commit 03a3554

Please sign in to comment.