Managed tool blobs are currently self-contained. This makes them easy to work with, but also comes with duplication of certain libraries. Ideally, these libraries would be deduplicated somehow, to save storage space.
We need to figure out how we want to do this: either by splitting them up in the native FPGA tools repo, or by making the extension check for duplicated files upon installation (compare hashes?).
Managed tool blobs are currently self-contained. This makes them easy to work with, but also comes with duplication of certain libraries. Ideally, these libraries would be deduplicated somehow, to save storage space.
We need to figure out how we want to do this: either by splitting them up in the native FPGA tools repo, or by making the extension check for duplicated files upon installation (compare hashes?).