Skip to content

Commit 5a5f769

Browse files
committed
Conditionally enable Azure support on macOS
1 parent 009ce18 commit 5a5f769

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/tiledb-java-linux_osx-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ steps:
1919
fi
2020
2121
if [[ ( "$AGENT_OS" == "Darwin" ) ]]; then
22-
./gradlew assemble
22+
./gradlew -PTILEDB_AZURE=ON assemble
2323
cp ./build/tiledb_jni/*.dylib ./build/install/lib/*.dylib $BUILD_BINARIESDIRECTORY
2424
fi
2525

0 commit comments

Comments
 (0)