Skip to content

Commit a02cc13

Browse files
committed
GH-35460: Add simdjson in CI scripts
1 parent 04b4853 commit a02cc13

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

ci/scripts/cpp_build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,7 @@ else
282282
-DProtobuf_SOURCE=${Protobuf_SOURCE:-} \
283283
-DRapidJSON_SOURCE=${RapidJSON_SOURCE:-} \
284284
-Dre2_SOURCE=${re2_SOURCE:-} \
285+
-Dsimdjson_SOURCE=${simdjson_SOURCE:-} \
285286
-DSnappy_SOURCE=${Snappy_SOURCE:-} \
286287
-DThrift_SOURCE=${Thrift_SOURCE:-} \
287288
-Dutf8proc_SOURCE=${utf8proc_SOURCE:-} \

ci/scripts/msys2_setup.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ case "${target}" in
4545
packages+=("${MINGW_PACKAGE_PREFIX}-protobuf")
4646
packages+=("${MINGW_PACKAGE_PREFIX}-rapidjson")
4747
packages+=("${MINGW_PACKAGE_PREFIX}-re2")
48+
packages+=("${MINGW_PACKAGE_PREFIX}-simdjson")
4849
packages+=("${MINGW_PACKAGE_PREFIX}-snappy")
4950
packages+=("${MINGW_PACKAGE_PREFIX}-sqlite3")
5051
packages+=("${MINGW_PACKAGE_PREFIX}-thrift")

ci/scripts/r_revdepcheck.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ apt install -y \
4444
libprotoc-dev \
4545
libradospp-dev \
4646
libre2-dev \
47+
libsimdjson-dev \
4748
libsnappy-dev \
4849
libssl-dev \
4950
libthrift-dev \

0 commit comments

Comments
 (0)