Remove Musl build. dotnet is not yet ready (icu-libs still require libstdc++).

This commit is contained in:
Erwin de Haan 2019-01-17 17:45:34 +01:00
parent a0195420df
commit 47f08fbb12
2 changed files with 1 additions and 2 deletions

2
.gitignore vendored
View File

@ -234,7 +234,7 @@ pip-log.txt
#Mr Developer #Mr Developer
.mr.developer.cfg .mr.developer.cfg
/.vs .vs/
########## ##########
# Rider # Rider

View File

@ -9,7 +9,6 @@
<PackageReference Include="SkiaSharp" Version="1.68.0" /> <PackageReference Include="SkiaSharp" Version="1.68.0" />
<PackageReference Include="SkiaSharp.NativeAssets.Linux" Version="1.68.0" /> <PackageReference Include="SkiaSharp.NativeAssets.Linux" Version="1.68.0" />
<PackageReference Include="Jellyfin.SkiaSharp.NativeAssets.LinuxArm" Version="1.68.0" /> <PackageReference Include="Jellyfin.SkiaSharp.NativeAssets.LinuxArm" Version="1.68.0" />
<PackageReference Include="Jellyfin.SkiaSharp.NativeAssets.LinuxMusl" Version="1.68.0" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>