Skip to content

Commit

Permalink
spread: don't cut dotnet slices unnecessarily
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
tigarmo committed Apr 9, 2024
1 parent cbad85c commit 31a6152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/spread/rockcraft/base-devel/rockcraft.orig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ platforms:
parts:
from-chisel-slices:
plugin: nil
stage-packages: [dotnet-runtime-8.0_libs]
stage-packages: [coreutils_bins]

from-deb:
plugin: nil
Expand Down

0 comments on commit 31a6152

Please sign in to comment.