Skip to content

Latest .NET 11 NativeAOT packs missing some static libraries #123253

@rolfbjarne

Description

@rolfbjarne

The 11.0.0-alpha.1.26065.101 version of the microsoft.netcore.app.runtime.nativeaot.ios-arm64 pack (and probably other packs for other RIDs as well, I haven't checked) are missing the following files:

  • libSystem.Globalization.Native.a
  • libSystem.IO.Compression.Native.a
  • libSystem.Native.a
  • libbrotlicommon.a
  • libbrotlidec.a
  • libbrotlienc.a

They were present in 11.0.0-alpha.1.26062.101

Complete file list: https://gist.github.com/rolfbjarne/7f42f3cf3ed3a815e2e9fe2b28c580fb#file-gistfile1-txt-L76-L82

This started happening in this maestro PR: dotnet/macios#24508

specifically this commit: dotnet/macios@ee15359

I tried looking through the relevant dotnet/runtime commits, but I didn't see anything obvious causing this.

Metadata

Metadata

Type

No type

Projects

Status

No status

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions