Skip to content

Commit

Permalink
Disable system zlib
Browse files Browse the repository at this point in the history
Add workaround for dotnet/runtime#106566.
  • Loading branch information
martincostello committed Sep 11, 2024
1 parent 380475f commit 424961c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/LondonTravel.Skill/LondonTravel.Skill.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
<IlcInstructionSet>armv8.2-a</IlcInstructionSet>
<RuntimeIdentifier>linux-arm64</RuntimeIdentifier>
<SelfContained>true</SelfContained>
<!-- HACK Workaround for https://github.com/dotnet/runtime/issues/106566 -->
<UseSystemZlib>false</UseSystemZlib>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Amazon.Lambda.Core" />
Expand Down

0 comments on commit 424961c

Please sign in to comment.