canonical / rockcraft

Tool to create OCI Images using the language from Snapcraft and Charmcraft.
GNU General Public License v3.0
37 stars 44 forks source link

spread: don't cut dotnet slices unnecessarily #530

Closed tigarmo closed 7 months ago

tigarmo commented 7 months ago

Those slices are currently fragile due to the ongoing time_t changes. Instead, use coreutils_bins because it has fewer dependencies (but still some) and is more stable. The purpose of the test is just to check that we can cut any slices at all for base devel anyway.