From 7afe1edf2c367521a999be5856dc8c28bf3139be Mon Sep 17 00:00:00 2001 From: Jerome Laban Date: Wed, 6 Nov 2024 16:12:11 -0500 Subject: [PATCH] chore: Adjust parallelism, wasm check --- azure-pipelines.yml | 2 +- build/stage-build-wasm.yml | 5 +++-- build/stage-uitests-wasm.yml | 5 +++-- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e24e0b917..8361fbbab 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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 diff --git a/build/stage-build-wasm.yml b/build/stage-build-wasm.yml index 213bbff03..c263b9ec3 100644 --- a/build/stage-build-wasm.yml +++ b/build/stage-build-wasm.yml @@ -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 diff --git a/build/stage-uitests-wasm.yml b/build/stage-uitests-wasm.yml index 579300049..bf4da4883 100644 --- a/build/stage-uitests-wasm.yml +++ b/build/stage-uitests-wasm.yml @@ -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