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

Commit fde6831

Browse files
authored
ci: fix Debian-10 (Buster) install instructions (#105)
Only noticeable in g-c-cpp and g-c-cpp-spanner, but we need the development version of libc-ares as we use this library indirectly (via gRPC).
1 parent 64879ca commit fde6831

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

INSTALL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@ Google Cloud Platform proto files. We simply install these pre-built versions:
598598

599599
```bash
600600
sudo apt update && \
601-
sudo apt install -y libgrpc++-dev libprotobuf-dev \
601+
sudo apt install -y libgrpc++-dev libprotobuf-dev libc-ares-dev \
602602
protobuf-compiler protobuf-compiler-grpc
603603
```
604604

ci/kokoro/install/Dockerfile.debian-buster

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ RUN apt update && \
3737

3838
# ```bash
3939
RUN apt update && \
40-
apt install -y libgrpc++-dev libprotobuf-dev \
40+
apt install -y libgrpc++-dev libprotobuf-dev libc-ares-dev \
4141
protobuf-compiler protobuf-compiler-grpc
4242
# ```
4343

ci/templates/kokoro/install/Dockerfile.debian-buster.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ RUN apt update && \
3333

3434
# ```bash
3535
RUN apt update && \
36-
apt install -y libgrpc++-dev libprotobuf-dev \
36+
apt install -y libgrpc++-dev libprotobuf-dev libc-ares-dev \
3737
protobuf-compiler protobuf-compiler-grpc
3838
# ```
3939

0 commit comments

Comments
 (0)