Skip to content

Commit e27d1e8

Browse files
committed
Install GNU patch
1 parent f79033d commit e27d1e8

File tree

6 files changed

+6
-0
lines changed

6 files changed

+6
-0
lines changed

ci/conda_env_cpp.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ meson
4141
ninja
4242
nodejs
4343
orc
44+
patch
4445
pkg-config
4546
python
4647
rapidjson

ci/docker/ubuntu-22.04-cpp-minimal.dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ RUN apt-get update -y -q && \
3333
git \
3434
libssl-dev \
3535
libcurl4-openssl-dev \
36+
patch \
3637
python3-pip \
3738
python3-venv \
3839
tzdata \

ci/docker/ubuntu-22.04-cpp.dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ RUN apt-get update -y -q && \
107107
ninja-build \
108108
nlohmann-json3-dev \
109109
npm \
110+
patch \
110111
pkg-config \
111112
protobuf-compiler \
112113
protobuf-compiler-grpc \

ci/docker/ubuntu-24.04-cpp-minimal.dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ RUN apt-get update -y -q && \
3333
git \
3434
libssl-dev \
3535
libcurl4-openssl-dev \
36+
patch \
3637
python3-pip \
3738
python3-venv \
3839
tzdata \

ci/docker/ubuntu-24.04-cpp.dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ RUN apt-get update -y -q && \
108108
ninja-build \
109109
nlohmann-json3-dev \
110110
npm \
111+
patch \
111112
pkg-config \
112113
protobuf-compiler \
113114
protobuf-compiler-grpc \

ci/scripts/msys2_setup.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ case "${target}" in
4242
packages+=("${MINGW_PACKAGE_PREFIX}-lz4")
4343
packages+=("${MINGW_PACKAGE_PREFIX}-ninja")
4444
packages+=("${MINGW_PACKAGE_PREFIX}-nlohmann-json")
45+
packages+=("${MINGW_PACKAGE_PREFIX}-patch")
4546
packages+=("${MINGW_PACKAGE_PREFIX}-protobuf")
4647
packages+=("${MINGW_PACKAGE_PREFIX}-rapidjson")
4748
packages+=("${MINGW_PACKAGE_PREFIX}-re2")

0 commit comments

Comments
 (0)