Less of an issue and more of a discussion.
I was recently compiling a project and realized I was getting 27 Mb extra because of the testfiles in the artifact
PackageCompiler: bundled artifacts:
├── Bzip2_jll - 2.136 MiB
├── CSV
│ └── testfiles - 27.700 MiB
├── HiGHS_jll - 12.870 MiB
├── OpenBLAS32_jll - 44.883 MiB
├── OpenSpecFun_jll - 728.003 KiB
One dependency is manageable but if every package starts doing this it will be a little bit painful.
Is there some other way of testing what needs to be tested without the artifact?
Less of an issue and more of a discussion.
I was recently compiling a project and realized I was getting 27 Mb extra because of the testfiles in the artifact
One dependency is manageable but if every package starts doing this it will be a little bit painful.
Is there some other way of testing what needs to be tested without the artifact?