We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38ae0c1 commit d1a9414Copy full SHA for d1a9414
Tools/build/compute-changes.py
@@ -130,14 +130,7 @@ def compute_changes() -> None:
130
else:
131
# Otherwise, just run the tests
132
outputs = Outputs(
133
- run_android=True,
134
- run_emscripten=True,
135
- run_ios=True,
136
- run_macos=True,
137
- run_tests=True,
138
run_ubuntu=True,
139
- run_wasi=True,
140
- run_windows_tests=True,
141
)
142
target_branch = target_ref.removeprefix("origin/")
143
outputs = process_target_branch(outputs, target_branch)
0 commit comments