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

[release/6.0] Surface error when emcc -version failed. #103967

Merged
merged 1 commit into from
Jun 28, 2024

Conversation

ilonatommy
Copy link
Member

@ilonatommy ilonatommy commented Jun 25, 2024

Fixes partially #98714
Partial backport of #61276 to release/6.0-staging

Customer Impact

  • Customer reported
  • Found internally

User will see the details of error thrown by emcc --version command instead of general

WasmApp.Native.targets(429,5): error MSB3073: The command "emcc --version" exited with code 1.

Example of specific message:

emcc --version (TaskId:476)
unable to find python in $PATH (TaskId:476)

Regression

  • Yes
  • No

Testing

Build runtime, remove emcc from PATH and observe the error details.

Risk

Low. It runs the version checking twice in case of errors instead of once.

@ilonatommy ilonatommy added arch-wasm WebAssembly architecture area-Build-mono labels Jun 25, 2024
@ilonatommy ilonatommy requested review from lewing and maraf June 25, 2024 15:17
@ilonatommy ilonatommy self-assigned this Jun 25, 2024
@ilonatommy ilonatommy requested a review from marek-safar as a code owner June 25, 2024 15:17
Copy link
Contributor

Tagging subscribers to 'arch-wasm': @lewing
See info in area-owners.md if you want to be subscribed.

@ilonatommy ilonatommy added the Servicing-consider Issue for next servicing release review label Jun 25, 2024
@rbhanda rbhanda added Servicing-approved Approved for servicing release and removed Servicing-consider Issue for next servicing release review labels Jun 27, 2024
@rbhanda rbhanda added this to the 6.0.33 milestone Jun 27, 2024
@ilonatommy ilonatommy merged commit 40f8a8d into dotnet:release/6.0-staging Jun 28, 2024
112 of 122 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Jul 29, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
arch-wasm WebAssembly architecture area-Build-mono Servicing-approved Approved for servicing release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants