Skip to content

Commit

Permalink
Fail if cannot laod cache
Browse files Browse the repository at this point in the history
  • Loading branch information
sarlinpe committed Jan 3, 2024
1 parent 3963aef commit a9fa283
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-new.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
config: [
#{os: ubuntu-latest},
{os: macos-13, arch: x86_64},
{os: macos-13, arch: arm64},
#{os: macos-13, arch: arm64},
#{os: windows-latest},
]
env:
Expand Down
5 changes: 5 additions & 0 deletions package/install-colmap-macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,15 @@ cd ${CURRDIR}
#git clone https://github.com/microsoft/vcpkg ${VCPKG_INSTALLATION_ROOT}
git clone --branch sarlinpe/lapack-osx https://github.com/sarlinpe/vcpkg ${VCPKG_INSTALLATION_ROOT}

ls -l "${COMPILER_CACHE_DIR}/vcpkg/*"
du -hs "${COMPILER_CACHE_DIR}/vcpkg/*"

cd ${VCPKG_INSTALLATION_ROOT}
./bootstrap-vcpkg.sh
./vcpkg install --recurse --clean-after-build --triplet=${VCPKG_TARGET_TRIPLET} \
--debug \
--x-abi-tools-use-exact-versions \
--only-binarycaching \
boost-algorithm \
boost-filesystem \
boost-graph \
Expand Down

0 comments on commit a9fa283

Please sign in to comment.