-
-
Notifications
You must be signed in to change notification settings - Fork 981
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 Mono AOT LLVM #2539
Fix Mono AOT LLVM #2539
Conversation
I'm fixing a 2nd bug in this PR, if you specified a moniker |
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.
LGTM with successful local tests when using monoaotllvmnet90 runtime.
Do we need to account for |
I have created another issue for that: #2540 |
It would also be nice to get integration tests for this (#2536). |
Thanks for the fix! |
Similar to what broke with the WASM runs, it seems that Mono AOT LLVM also will always append the
publish
directory onto the end of theOutDir
andOutputPath
that we pass in, so we need to remove it from the end of those paths and then append it the executable path and working directory.We are doing some more testing on this first before it can be ready to merge however, but this seems like the likely fix.Testing is done, this PR is ready for a merge.