runtime: Build Failure on MacOS ARM64 Rid issue with sqlite

Build Information

Build: https://dev.azure.com/dnceng-public/public/_build/results?buildId=371425 Build error leg or test failing: Build / Libraries Build osx arm64 Debug / Restore and Build Product Pull request: https://github.com/dotnet/runtime/pull/90049

Error Message

Fill the error message using step by step known issues guidance.

{
  "ErrorMessage": "error NETSDK1206: Found version-specific or distribution-specific runtime identifier(s): alpine-x64. Affected libraries: SQLitePCLRaw.lib.e_sqlite3",
  "ErrorPattern": "",
  "BuildRetry": false,
  "ExcludeConsoleLog": false
}

Known issue validation

Build: 🔎 https://dev.azure.com/dnceng-public/public/_build/results?buildId=371425 Error message validated: error NETSDK1206: Found version-specific or distribution-specific runtime identifier(s): alpine-x64. Affected libraries: SQLitePCLRaw.lib.e_sqlite3 Result validation: ✅ Known issue matched with the provided build. Validation performed at: 8/11/2023 10:14:34 PM UTC

Report

Build Definition Step Name Console log Pull Request
484755 dotnet/runtime Build product Log

Summary

24-Hour Hit Count 7-Day Hit Count 1-Month Count
0 0 1

About this issue

  • Original URL
  • State: open
  • Created a year ago
  • Comments: 18 (18 by maintainers)

Most upvoted comments

@elinor-fung based on this issue, looks like the added NoWarn from https://github.com/dotnet/runtime/pull/88827#issuecomment-1635044668 doesn’t work anymore. Please take a look.