vcpkg builds package repeatedly #41059
Replies: 3 comments
-
It can happen that when you change dependencies different feature sets of the other dependencies gets resolved so that the other dependencies must be rebuild. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Please take a look at the Binary Caching Troubleshooting Guide and let us know if you have any questions! |
Beta Was this translation helpful? Give feedback.
0 replies
-
Oh, sorry, i forgot to close this. I solved this by reading Binary Caching Troubleshooting Guide. I forgot to give |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Vcpkg always rebuild some packages once I changed dependencies, even if I specified binary cache dir in cmake and vcpkg has cached binary from last build
Here is my vcpkg.json
And here is part of my CMakePresets.json
I have set
VCPKG_DEFAULT_BINARY_CACHE
andVCPKG_BINARY_SOURCES
, but it seems doesn't work very wellHere is part of cmake output(snippets for brevity)
Beta Was this translation helpful? Give feedback.
All reactions