From 0a748b009ec94d07442533f51ba2e00d21dc7054 Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Wed, 12 Feb 2025 09:11:31 +0100 Subject: [PATCH] chore(ci): avoit cache hits until the ci gRPC job is fixed Signed-off-by: Ettore Di Giacinto --- .github/workflows/generate_grpc_cache.yaml | 2 +- .github/workflows/image_build.yml | 4 ++-- Dockerfile | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/generate_grpc_cache.yaml b/.github/workflows/generate_grpc_cache.yaml index ffac3372..44497d3d 100644 --- a/.github/workflows/generate_grpc_cache.yaml +++ b/.github/workflows/generate_grpc_cache.yaml @@ -85,7 +85,7 @@ jobs: build-args: | GRPC_BASE_IMAGE=${{ matrix.grpc-base-image }} GRPC_MAKEFLAGS=--jobs=4 --output-sync=target - GRPC_VERSION=v1.70.0 + GRPC_VERSION=v1.65.0 context: . file: ./Dockerfile cache-to: type=gha,ignore-error=true diff --git a/.github/workflows/image_build.yml b/.github/workflows/image_build.yml index 7ea76b21..9ad612b6 100644 --- a/.github/workflows/image_build.yml +++ b/.github/workflows/image_build.yml @@ -236,7 +236,7 @@ jobs: BASE_IMAGE=${{ inputs.base-image }} GRPC_BASE_IMAGE=${{ inputs.grpc-base-image || inputs.base-image }} GRPC_MAKEFLAGS=--jobs=4 --output-sync=target - GRPC_VERSION=v1.70.0 + GRPC_VERSION=v1.65.0 MAKEFLAGS=${{ inputs.makeflags }} SKIP_DRIVERS=${{ inputs.skip-drivers }} context: . @@ -265,7 +265,7 @@ jobs: BASE_IMAGE=${{ inputs.base-image }} GRPC_BASE_IMAGE=${{ inputs.grpc-base-image || inputs.base-image }} GRPC_MAKEFLAGS=--jobs=4 --output-sync=target - GRPC_VERSION=v1.70.0 + GRPC_VERSION=v1.65.0 MAKEFLAGS=${{ inputs.makeflags }} SKIP_DRIVERS=${{ inputs.skip-drivers }} context: . diff --git a/Dockerfile b/Dockerfile index 742a995c..2f2bcafa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -198,7 +198,7 @@ FROM ${GRPC_BASE_IMAGE} AS grpc # This is a bit of a hack, but it's required in order to be able to effectively cache this layer in CI ARG GRPC_MAKEFLAGS="-j4 -Otarget" -ARG GRPC_VERSION=v1.70.0 +ARG GRPC_VERSION=v1.65.0 ARG CMAKE_FROM_SOURCE=false ARG CMAKE_VERSION=3.26.4