-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
[browser] NativeAOT-LLVM support in browser-bench #110611
Conversation
Tagging subscribers to this area: @akoeplinger, @matouskozak |
/ba-g Failure is unrelated timeout |
<PublishTrimmed>true</PublishTrimmed> | ||
<PublishDir>$(MSBuildThisFileDirectory)/bin/$(Configuration)/AppBundle</PublishDir> | ||
<DebugType>none</DebugType> | ||
<RestoreAdditionalProjectSources>$(RestoreAdditionalProjectSources);https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-experimental/nuget/v3/index.json</RestoreAdditionalProjectSources> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can the reference to the dotnet-experimental
feed be in the runtimelab branch only?
I understand that this is under a condition currently, but it makes auditing of dotnet/runtime more complicated and introduces risk of accidental dependencies of dotnet/rutime on runtimelab.
Build browser-bench for NativeAOT-LLVM with
-p:UsingNativeAOT=true