Skip to content
Closed
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 test.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,12 @@ def run_emsdk(cmd):
print('update')
run_emsdk('update-tags')

# TODO(sbc): Re-enable once latest-upstream is built using the waterfall script
# that includes this change:
# https://github.com/WebAssembly/waterfall/pull/571
if MACOS:
sys.exit(0)

print('test latest-releases-upstream')
run_emsdk('install latest-upstream')
run_emsdk('activate latest-upstream')
Expand Down