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

Download EMSDK for host builders to build wasm_release #38013

Merged
merged 1 commit into from
Dec 2, 2022
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: 6 additions & 0 deletions .ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,8 @@ targets:
- name: Linux Host Engine
recipe: engine/engine
properties:
gclient_variables: >-
{"download_emsdk": true}
add_recipes_cq: "true"
build_host: "true"
timeout: 60
Expand Down Expand Up @@ -337,6 +339,8 @@ targets:
- name: Mac Host Engine
recipe: engine/engine
properties:
gclient_variables: >-
{"download_emsdk": true}
add_recipes_cq: "true"
build_host: "true"
jazzy_version: "0.14.1"
Expand Down Expand Up @@ -486,6 +490,8 @@ targets:
recipe: engine/engine
timeout: 60
properties:
gclient_variables: >-
{"download_emsdk": true}
add_recipes_cq: "true"
build_host: "true"

Expand Down