From d7d55e515f3f39d14474d55399ed0083de218d8c Mon Sep 17 00:00:00 2001 From: Varun Agrawal Date: Tue, 7 Mar 2023 17:28:09 -0500 Subject: [PATCH] Revert "create shared library for special builds to save memory" This reverts commit a8aac45fd6dfa53c11301ec32ebb56f0601a91fd. --- .github/scripts/unix.sh | 1 - .github/workflows/build-special.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/.github/scripts/unix.sh b/.github/scripts/unix.sh index c48921504..af9ac8991 100644 --- a/.github/scripts/unix.sh +++ b/.github/scripts/unix.sh @@ -72,7 +72,6 @@ function configure() -DGTSAM_POSE3_EXPMAP=${GTSAM_POSE3_EXPMAP:-ON} \ -DGTSAM_USE_SYSTEM_EIGEN=${GTSAM_USE_SYSTEM_EIGEN:-OFF} \ -DGTSAM_USE_SYSTEM_METIS=${GTSAM_USE_SYSTEM_METIS:-OFF} \ - -DGTSAM_FORCE_SHARED_LIB=${GTSAM_FORCE_SHARED_LIB:-OFF} \ -DGTSAM_BUILD_WITH_MARCH_NATIVE=OFF \ -DGTSAM_SINGLE_TEST_EXE=OFF } diff --git a/.github/workflows/build-special.yml b/.github/workflows/build-special.yml index 0d1cd5bdd..fda1c2b91 100644 --- a/.github/workflows/build-special.yml +++ b/.github/workflows/build-special.yml @@ -12,7 +12,6 @@ jobs: CTEST_PARALLEL_LEVEL: 2 CMAKE_BUILD_TYPE: ${{ matrix.build_type }} GTSAM_BUILD_UNSTABLE: ON - GTSAM_FORCE_SHARED_LIB: ON # Make shared library to save memory on CI strategy: fail-fast: false