-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Closed
Labels
arch-wasmWebAssembly architectureWebAssembly architecturearea-Diagnostics-monoblocking-clean-ci-optionalBlocking optional rolling runsBlocking optional rolling runs
Milestone
Description
This is reproducible on main. PerfTracing build on runtime-wasm:
/__w/1/s/src/mono/sample/wasm/browser-eventpipe/Program.cs(136,10): error CA1416: This call site is reachable on all platforms. 'JSExportAttribute' is only supported on: 'browser'. [/__w/1/s/src/mono/sample/wasm/browser-eventpipe/Wasm.Browser.EventPipe.Sample.csproj]
##[error]src/mono/sample/wasm/browser-eventpipe/Program.cs(136,10): error CA1416: (NETCORE_ENGINEERING_TELEMETRY=Build) This call site is reachable on all platforms. 'JSExportAttribute' is only supported on: 'browser'.
/__w/1/s/src/mono/sample/wasm/browser-eventpipe/Program.cs(142,10): error CA1416: This call site is reachable on all platforms. 'JSExportAttribute' is only supported on: 'browser'. [/__w/1/s/src/mono/sample/wasm/browser-eventpipe/Wasm.Browser.EventPipe.Sample.csproj]
##[error]src/mono/sample/wasm/browser-eventpipe/Program.cs(142,10): error CA1416: (NETCORE_ENGINEERING_TELEMETRY=Build) This call site is reachable on all platforms. 'JSExportAttribute' is only supported on: 'browser'.
/__w/1/s/src/mono/sample/wasm/browser-eventpipe/Program.cs(106,10): error CA1416: This call site is reachable on all platforms. 'JSExportAttribute' is only supported on: 'browser'. [/__w/1/s/src/mono/sample/wasm/browser-eventpipe/Wasm.Browser.EventPipe.Sample.csproj]
##[error]src/mono/sample/wasm/browser-eventpipe/Program.cs(106,10): error CA1416: (NETCORE_ENGINEERING_TELEMETRY=Build) This call site is reachable on all platforms. 'JSExportAttribute' is only supported on: 'browser'.
- The last working job
runtime-wasmwas https://dev.azure.com/dnceng-public/public/_build/results?buildId=49311&view=results - And the first failing one seen was https://dev.azure.com/dnceng-public/public/_build/results?buildId=58245&view=results
- Since this job only runs in
runtime-wasm, we don't know exactly which commit might have caused this. - But looking at the commits, I think it might be 54c4a4b .
TODO:
- We should build the threading, and perftracing related samples on
runtimepipeline too
Metadata
Metadata
Assignees
Labels
arch-wasmWebAssembly architectureWebAssembly architecturearea-Diagnostics-monoblocking-clean-ci-optionalBlocking optional rolling runsBlocking optional rolling runs