Skip to content

Commit 8fd3ace

Browse files
authored
chore(grpcio): bump to 1.70 (mudler#4798)
Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
1 parent 099469c commit 8fd3ace

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/generate_grpc_cache.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
build-args: |
8585
GRPC_BASE_IMAGE=${{ matrix.grpc-base-image }}
8686
GRPC_MAKEFLAGS=--jobs=2 --output-sync=target
87-
GRPC_VERSION=v1.65.0
87+
GRPC_VERSION=v1.70.0
8888
context: .
8989
file: ./Dockerfile
9090
cache-to: type=gha,ignore-error=true

.github/workflows/image_build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ jobs:
236236
BASE_IMAGE=${{ inputs.base-image }}
237237
GRPC_BASE_IMAGE=${{ inputs.grpc-base-image || inputs.base-image }}
238238
GRPC_MAKEFLAGS=--jobs=2 --output-sync=target
239-
GRPC_VERSION=v1.65.0
239+
GRPC_VERSION=v1.70.0
240240
MAKEFLAGS=${{ inputs.makeflags }}
241241
SKIP_DRIVERS=${{ inputs.skip-drivers }}
242242
context: .
@@ -265,7 +265,7 @@ jobs:
265265
BASE_IMAGE=${{ inputs.base-image }}
266266
GRPC_BASE_IMAGE=${{ inputs.grpc-base-image || inputs.base-image }}
267267
GRPC_MAKEFLAGS=--jobs=2 --output-sync=target
268-
GRPC_VERSION=v1.65.0
268+
GRPC_VERSION=v1.70.0
269269
MAKEFLAGS=${{ inputs.makeflags }}
270270
SKIP_DRIVERS=${{ inputs.skip-drivers }}
271271
context: .

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ FROM ${GRPC_BASE_IMAGE} AS grpc
198198

199199
# This is a bit of a hack, but it's required in order to be able to effectively cache this layer in CI
200200
ARG GRPC_MAKEFLAGS="-j4 -Otarget"
201-
ARG GRPC_VERSION=v1.65.0
201+
ARG GRPC_VERSION=v1.70.0
202202
ARG CMAKE_FROM_SOURCE=false
203203
ARG CMAKE_VERSION=3.26.4
204204

0 commit comments

Comments
 (0)