Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
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
13 changes: 13 additions & 0 deletions .ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,11 @@ targets:
"builder",
"git"
]
gclient_variables: >-
{
"download_emsdk": true,
"download_android_deps": true,
}
timeout: 60

- name: Windows builder_cache
Expand All @@ -153,6 +158,10 @@ targets:
"builder",
"git"
]
gclient_variables: >-
{
"download_android_deps": true,
}
timeout: 60

- name: Mac builder_cache
Expand All @@ -169,6 +178,10 @@ targets:
"builder",
"git"
]
gclient_variables: >-
{
"download_android_deps": true,
}
timeout: 60

- name: Linux Benchmarks
Expand Down