File tree Expand file tree Collapse file tree 3 files changed +4
-73
lines changed
Expand file tree Collapse file tree 3 files changed +4
-73
lines changed Original file line number Diff line number Diff line change @@ -141,6 +141,9 @@ jobs:
141141
142142 - run : chmod -R 777 ./build-cache
143143 if : ${{ steps.build-cache.outputs.cache-hit }}
144+ - name : Install Homebrew dependencies
145+ if : ${{ startsWith(matrix.build_os, 'macos-') }}
146+ run : brew bundle --file swift/Brewfile && brew install wasmer
144147 - name : Build ${{ matrix.target }} installable archive on Docker container
145148 if : ${{ matrix.container != null }}
146149 timeout-minutes : 300 # Exit before 6 hours limit to allow cache upload
Original file line number Diff line number Diff line change @@ -5,15 +5,10 @@ set -ex
55SOURCE_PATH=" $( cd " $( dirname $0 ) /../../.." && pwd) "
66SWIFT_PATH=$SOURCE_PATH /swift
77UTILS_PATH=$SWIFT_PATH /utils/webassembly
8- BUILD_SCRIPT=$UTILS_PATH /build-toolchain.sh
9- BUILD_SDK_PATH=" $SOURCE_PATH /build-sdk"
108
11- export WASMER_DIR=" $BUILD_SDK_PATH /wasmer"
12-
13- $UTILS_PATH /install-dependencies.sh " $BUILD_SDK_PATH "
9+ $SWIFT_PATH /utils/update-checkout --clone --scheme wasm --skip-repository swift
1410$UTILS_PATH /install-build-sdk.sh
1511
16- export PATH=" $BUILD_SDK_PATH /bin:$PATH "
1712export SCCACHE_CACHE_SIZE=" 50G"
1813export SCCACHE_DIR=" $SOURCE_PATH /build-cache"
1914
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments