Skip to content

Commit

Permalink
Test caching
Browse files Browse the repository at this point in the history
  • Loading branch information
sarlinpe committed Jan 3, 2024
1 parent 65bcb02 commit df4c09d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package/install-colmap-macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ brew remove node@18
brew update
brew install git cmake ninja llvm ccache

#ls -l ${COMPILER_CACHE_DIR}
#ls -l ${COMPILER_CACHE_DIR}/vcpkg/*
ls -l ${COMPILER_CACHE_DIR}
ls -l ${COMPILER_CACHE_DIR}/vcpkg/*
echo ${VCPKG_BINARY_SOURCES}

cd ${CURRDIR}
Expand All @@ -26,6 +26,8 @@ git clone --branch sarlinpe/lapack-osx https://github.com/sarlinpe/vcpkg ${VCPKG
cd ${VCPKG_INSTALLATION_ROOT}
./bootstrap-vcpkg.sh
./vcpkg install --recurse --clean-after-build --triplet=${VCPKG_TARGET_TRIPLET} \
--debug \
--only-binarycaching \
boost-algorithm \
boost-filesystem \
boost-graph \
Expand Down

0 comments on commit df4c09d

Please sign in to comment.