Skip to content
This repository was archived by the owner on Dec 8, 2021. It is now read-only.

Commit 755c07a

Browse files
authored
ci: use the correct distro version in the builds (#1413)
1 parent 12fed2e commit 755c07a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ci/kokoro/Dockerfile.fedora-install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ FROM fedora:${DISTRO_VERSION}
2020
# tools to compile the dependencies:
2121
RUN dnf makecache && \
2222
dnf install -y abi-compliance-checker abi-dumper \
23-
clang clang-tools-extra cmake doxygen findutils gcc-c++ git \
23+
clang clang-tools-extra cmake diffutils doxygen findutils gcc-c++ git \
2424
grpc-devel grpc-plugins libcxx-devel libcxxabi-devel libcurl-devel \
2525
make openssl-devel pkgconfig protobuf-compiler \
2626
python3 python3-pip ShellCheck \

ci/kokoro/docker/build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,7 @@ docker_build_flags=(
249249
# upload it.
250250
"-t" "${IMAGE}:latest"
251251
"--build-arg" "NCPU=${NCPU}"
252+
"--build-arg" "DISTRO_VERSION=${DISTRO_VERSION}"
252253
"-f" "ci/kokoro/Dockerfile.${DISTRO}"
253254
)
254255

0 commit comments

Comments
 (0)