We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39b7665 commit 0854220Copy full SHA for 0854220
1 file changed
bindings/python/build-libbson.sh
@@ -3,6 +3,9 @@
3
set -o xtrace
4
set -o errexit
5
6
+cmake --version
7
+exit 1
8
+
9
# Version of libbson to build
10
# Keep in sync with pymongoarrow.version._MIN_LIBBSON_VERSION
11
LIBBSON_VERSION=${LIBBSON_VERSION:-"1.23.1"}
0 commit comments