File tree 1 file changed +13
-1
lines changed
1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -219,6 +219,12 @@ commands:
219
219
- emsdk-env
220
220
- bootstrap
221
221
- pip-install
222
+ remove-linux-binaries :
223
+ description : " Remove linux binaries from workspace"
224
+ steps :
225
+ - run :
226
+ name : " Remove Linux binaries"
227
+ command : rm -rf ~/emsdk ~/vms ~/.jsvu ~/wasi-sdk
222
228
upload-test-results :
223
229
description : " Upload test results"
224
230
steps :
@@ -333,7 +339,10 @@ commands:
333
339
# Use --force-bottle to force homebrew use binary packages avoiding
334
340
# costly build times.
335
341
command : brew install --force-bottle cmake ninja pkg-config
342
+ - attach_workspace :
343
+ at : ~/
336
344
- checkout
345
+ - remove-linux-binaries
337
346
- run :
338
347
name : submodule update
339
348
command : git submodule update --init
@@ -1063,6 +1072,7 @@ jobs:
1063
1072
steps :
1064
1073
- setup-macos
1065
1074
- install-emsdk
1075
+ - freeze-cache
1066
1076
# TODO: We can't currently do pip install here since numpy and other packages
1067
1077
# are currently missing arm64 macos binaries.
1068
1078
- run-tests :
@@ -1125,4 +1135,6 @@ workflows:
1125
1135
- test-spidermonkey
1126
1136
- test-node-compat
1127
1137
- test-windows
1128
- - test-mac-arm64
1138
+ - test-mac-arm64 :
1139
+ requires :
1140
+ - build-linux
You can’t perform that action at this time.
0 commit comments