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

Update BDN version to support more net10.0 testing. #4622

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

LoopedBard3
Copy link
Member

Update BDN version to support more net10.0 testing. This should fix WASM runs.

@LoopedBard3 LoopedBard3 added the dependencies Pull requests that update a dependency file label Jan 7, 2025
e-kharion
e-kharion previously approved these changes Jan 8, 2025
Copy link
Contributor

@e-kharion e-kharion left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@caaavik-msft
Copy link
Contributor

It seems in the BDN update that the identifier for wasm on .NET 10 is wasmnet10_0, and Mono is Mono10_0. I think we need to update the code to use the underscore for it to work?

@LoopedBard3
Copy link
Member Author

It seems in the BDN update that the identifier for wasm on .NET 10 is wasmnet10_0, and Mono is Mono10_0. I think we need to update the code to use the underscore for it to work?

Probably, at least for wasmnet10_0. I will check and see for mono but we may be using the generic version there.

@LoopedBard3
Copy link
Member Author

I verified that we only use the versioned runtime argument for wasm runs. MonoAotLLVM uses monoaotllvm and mono JIT does not appear to pass anything. So I updated the argument we pass to for wasm to be wasmnet10_0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants