Skip to content

Commit ab03136

Browse files
committed
Disable unstable builds for GTSAM in the CI before-build script
1 parent 92ed6a0 commit ab03136

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/cibw_before_build_linux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ cmake ${GTSAM_SOURCE} \
4242
-DGTSAM_BUILD_TESTS=OFF \
4343
-DGTSAM_BUILD_EXAMPLES_ALWAYS=OFF \
4444
-DGTSAM_INSTALL_EXAMPLES=OFF \
45-
-DGTSAM_BUILD_UNSTABLE=ON
45+
-DGTSAM_BUILD_UNSTABLE=OFF
4646

4747
cmake --build . --config Release -j${NUM_CORES}
4848
cmake --install .

0 commit comments

Comments
 (0)