Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

Travis Build fails due to inconsistent versions of cmake #130

Open
vinay0410 opened this issue Mar 31, 2019 · 0 comments
Open

Travis Build fails due to inconsistent versions of cmake #130

vinay0410 opened this issue Mar 31, 2019 · 0 comments

Comments

@vinay0410
Copy link
Collaborator

$ ./install_darknet.sh
make: /usr/local/Cellar/cmake/3.14.0/bin/cmake: No such file or directory
make: *** [cmake_check_build_system] Error 1
The command "./install_darknet.sh" failed and exited with 2 during .

After building darknet from source, the built binaries are cached for use next time.
If these binaries were built using a different version, and the current virtual machine spawned by travis has a different version, then build fails throwing the above error.

Although, clearing the cache fixes this, because the darknet is built again from source.
Clearing cache is a solution, but not a good one.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant