Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Use 32 cores builder for linux v2 web engine. #40336

Merged
merged 1 commit into from
Mar 16, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions ci/builders/linux_web_engine.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
],
"drone_dimensions": [
"device_type=none",
"os=Linux"
"os=Linux",
"cores=32"
],
"gclient_variables": {
"download_android_deps": false,
Expand All @@ -23,7 +24,8 @@
"gn": [
"--build-canvaskit",
"--web",
"--runtime-mode=release"
"--runtime-mode=release",
"--no-goma"
],
"name": "wasm_release",
"ninja": {
Expand Down