Skip to content

Commit 92313f7

Browse files
committed
Chore: Bump dependency versions
This patch bumps the dependency versions of BDE, ntf-core, and BlazingMQ/libbmq to the most recent released versions. ntf-core has gained support for transport-level compression using zlib, lz4, and zstd, but since BlazingMQ does not use this and since we do not want a runtime dependency on the lz4 or zstd libraries, we disable these while building ntf-core. Signed-off-by: Patrick M. Niedzielski <[email protected]>
1 parent c1ec741 commit 92313f7

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

bin/build-macos-universal.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ if [ ! -e "${DIR_BUILD}/ntf-core/.complete" ]; then
6868
--output "${DIR_BUILD}/ntf-core" \
6969
--ufid opt_64_pic_cpp17 \
7070
--generator "Ninja" \
71+
--without-lz4 \
72+
--without-zstd \
7173
--without-warnings-as-errors \
7274
--without-usage-examples \
7375
--without-applications

bin/build-manylinux.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,8 @@ if [ ! -e "${DIR_BUILD}/ntf-core/.complete" ]; then
106106
--output "${DIR_BUILD}/ntf-core" \
107107
--ufid opt_64_pic_cpp17 \
108108
--generator "Ninja" \
109+
--without-lz4 \
110+
--without-zstd \
109111
--without-warnings-as-errors \
110112
--without-usage-examples \
111113
--without-applications

bin/clone-dependencies.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ set -u
1212

1313
# These are the release tags for each of the dependencies we manually clone.
1414
# Update these to update the version of each dependency we build against.
15-
BDE_TOOLS_TAG=4.8.0.0
16-
BDE_TAG=4.8.0.0
17-
NTF_CORE_TAG=2.4.2
18-
BLAZINGMQ_TAG=BMQBRKR_0.92.5
15+
BDE_TOOLS_TAG=4.32.0.0
16+
BDE_TAG=4.32.0.0
17+
NTF_CORE_TAG=2.6.6
18+
BLAZINGMQ_TAG=BMQBRKR_0.94.8
1919

2020

2121
if [ ! -d "${DIR_THIRDPARTY}/bde-tools" ]; then

news/62.misc.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Bump build dependency versions of BDE, ntf-core, and BlazingMQ/libbmq

0 commit comments

Comments
 (0)