Skip to content

Commit 1867f87

Browse files
committed
CDRIVER-2116 Skip compression builds on 32bit
1 parent f210101 commit 1867f87

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.evergreen/compile-unix.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,8 @@ LSAN_OPTIONS="log_pointers=true"
181181
case "$MARCH" in
182182
i386)
183183
CFLAGS="$CFLAGS -m32 -march=i386"
184+
# We don't have the 32bit versions of these libs
185+
CONFIGURE_FLAGS="$CONFIGURE_FLAGS --disable-snappy --disable-zlib"
184186
;;
185187
s390x)
186188
CFLAGS="$CFLAGS -march=z196 -mtune=zEC12"

0 commit comments

Comments
 (0)