Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix LLVMAOT Mono runtime variant official build to produce correctly named runtime packs #92712

Merged
merged 2 commits into from
Sep 27, 2023

Fix more places that need MonoAOTEnableLLVM=true

2139781
Select commit
Loading
Failed to load commit list.
Merged

Fix LLVMAOT Mono runtime variant official build to produce correctly named runtime packs #92712

Fix more places that need MonoAOTEnableLLVM=true
2139781
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis succeeded Sep 27, 2023 in 0s

.NET Result Analysis

Details

All checks completed

[runtime]

[dotnet-linker-tests]

[runtime-dev-innerloop]

Build Rerun

✔️ Build passed after 1 retries.

(Attempt #1) [link to build]

runtime / Build / CoreCLR Product Build linux x64 checked / Build native test components

[:construction: Report infrastructure issue] [:page_facing_up: Report repository issue]
    ❌Bash exited with code '1'.

runtime / Build / CoreCLR Product Build windows x86 release / Build managed product components and packages

[:construction: Report infrastructure issue] [:page_facing_up: Report repository issue]
    ❌src\coreclr\tools\dotnet-pgo\dotnet-pgo.csproj(0,0): error NU1301: (NETCORE_ENGINEERING_TELEMETRY=Restore) Failed to retrieve information about 'System.Security.Cryptography.Cng' from remote source 'https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.security.cryptography.cng/index.json'.
    ❌src\coreclr\tools\r2rtest\R2RTest.csproj(0,0): error NU1301: (NETCORE_ENGINEERING_TELEMETRY=Restore) Failed to retrieve information about 'System.Security.Cryptography.Cng' from remote source 'https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.security.cryptography.cng/index.json'.
    ❌src\coreclr\tools\aot\ILCompiler.ReadyToRun\ILCompiler.ReadyToRun.csproj(0,0): error NU1301: (NETCORE_ENGINEERING_TELEMETRY=Restore) Failed to retrieve information about 'System.Security.Cryptography.Cng' from remote source 'https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.security.cryptography.cng/index.json'.

runtime / Build / Mono Product Build osx x64 debug / Build product

[:construction: Report infrastructure issue] [:page_facing_up: Report repository issue]
    ❌src/native/corehost/corehost.proj(99,5): error MSB3073: (NETCORE_ENGINEERING_TELEMETRY=Build) The command ""/Users/runner/work/1/s/src/native/corehost/build.sh" Debug x64 -commithash "5ea757fd44f068c9e09ad5e16cfae809acfd15e0" -os osx -cmakeargs "-DVERSION_FILE_PATH=/Users/runner/work/1/s/artifacts/obj/_version.c" -runtimeflavor Mono -outputrid osx-x64" exited with code 2.

Was this helpful? Yes No