cxx-common icon indicating copy to clipboard operation
cxx-common copied to clipboard

Figure out better way to minimize release artifact distribution

Open ekilmer opened this issue 2 years ago • 0 comments

After #961 lands, we will be duplicating much of the same binary artifacts. While GitHub public repos technically have unlimited storage space, this still feels wasteful and is not good for scaling if any other features come up.

vcpkg isn't built like Homebrew to favor a pre-built cache of artifacts. This makes it difficult to distribute anything but a complete installation directory of vcpkg artifacts.

ekilmer avatar Aug 09 '22 13:08 ekilmer