Skip to content

Commit

Permalink
Check if with parallelisation it passes as well.
Browse files Browse the repository at this point in the history
  • Loading branch information
ilonatommy committed Feb 1, 2024
1 parent 729dd73 commit 9ba4618
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ jobs:
platforms:
- browser_wasm
nameSuffix: _EAT
extraBuildArgs: /p:AotHostArchitecture=x64 /p:AotHostOS=$(_hostedOS) /maxcpucount:1
extraBuildArgs: /p:AotHostArchitecture=x64 /p:AotHostOS=$(_hostedOS)
runAOT: false
isExtraPlatformsBuild: ${{ parameters.isExtraPlatformsBuild }}
isWasmOnlyBuild: ${{ parameters.isWasmOnlyBuild }}
Expand Down
2 changes: 1 addition & 1 deletion eng/pipelines/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@ extends:
runAOT: false
shouldRunSmokeOnly: false
alwaysRun: ${{ variables.isRollingBuild }}
extraBuildArgs: /p:AotHostArchitecture=x64 /p:AotHostOS=$(_hostedOS) /maxcpucount:2
extraBuildArgs: /p:AotHostArchitecture=x64 /p:AotHostOS=$(_hostedOS)

# AOT Library tests
- template: /eng/pipelines/common/templates/wasm-library-aot-tests.yml
Expand Down

0 comments on commit 9ba4618

Please sign in to comment.