From 98f59e579d3b41508b8fe844dd0f95b67c08cd77 Mon Sep 17 00:00:00 2001 From: Zhijie Yang Date: Mon, 16 Dec 2024 17:53:42 +0100 Subject: [PATCH] chore(24.10): use dotnet9 to avoid conflict with dotnet in .NET8 --- slices/dotnet-host-9.0.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/slices/dotnet-host-9.0.yaml b/slices/dotnet-host-9.0.yaml index 576fd542..2ac1f2d6 100644 --- a/slices/dotnet-host-9.0.yaml +++ b/slices/dotnet-host-9.0.yaml @@ -10,8 +10,12 @@ slices: - libgcc-s1_libs - libstdc++6_libs contents: - /usr/bin/dotnet: - /usr/lib/dotnet/dotnet: + # This copy is done to avoid Chisel's current handling of conflicts, as + # it flags a conflict between this slice and .NET8's, even if the two + # are not being installed at the same time. + # TODO: once Chisel can cope with duplicate contents within the same + # release, this copy can be suppressed + /usr/lib/dotnet/dotnet9: {copy: /usr/lib/dotnet/dotnet} copyright: contents: