Skip to content

Commit

Permalink
chore: Adjust parallelism, wasm check
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban committed Nov 6, 2024
1 parent 50b0aae commit 7afe1ed
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ variables:
XCODE_ROOT: '/Applications/Xcode_16.app'

# Required to about trashing azdo hosted agents
AotCompileMaxDegreeOfParallelism: 4
AotCompileMaxDegreeOfParallelism: 2

stages:
- stage: Android
Expand Down
5 changes: 3 additions & 2 deletions build/stage-build-wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@
- template: templates/gitversion.yml

- template: templates/dotnet-install-linux.yml
parameters:
UnoCheckParameters: '--tfm net9.0-browserwasm'
# Not working properly uno.check 1.26
# parameters:
# UnoCheckParameters: '--tfm net9.0-browserwasm'

- template: templates/canary-updater.yml

Expand Down
5 changes: 3 additions & 2 deletions build/stage-uitests-wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@
clean: true

- template: templates/dotnet-install-linux.yml
parameters:
UnoCheckParameters: '--tfm net9.0-browserwasm'
# Not working properly uno.check 1.26
# parameters:
# UnoCheckParameters: '--tfm net9.0-browserwasm'

- template: templates/canary-updater.yml

Expand Down

0 comments on commit 7afe1ed

Please sign in to comment.