Skip to content

Commit

Permalink
chore(24.10): use dotnet9 to avoid conflict with dotnet in .NET8
Browse files Browse the repository at this point in the history
  • Loading branch information
zhijie-yang committed Dec 16, 2024
1 parent 64eeba5 commit 98f59e5
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions slices/dotnet-host-9.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 98f59e5

Please sign in to comment.