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:
141
141
142
142
- run : chmod -R 777 ./build-cache
143
143
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
144
147
- name : Build ${{ matrix.target }} installable archive on Docker container
145
148
if : ${{ matrix.container != null }}
146
149
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
5
5
SOURCE_PATH=" $( cd " $( dirname $0 ) /../../.." && pwd) "
6
6
SWIFT_PATH=$SOURCE_PATH /swift
7
7
UTILS_PATH=$SWIFT_PATH /utils/webassembly
8
- BUILD_SCRIPT=$UTILS_PATH /build-toolchain.sh
9
- BUILD_SDK_PATH=" $SOURCE_PATH /build-sdk"
10
8
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
14
10
$UTILS_PATH /install-build-sdk.sh
15
11
16
- export PATH=" $BUILD_SDK_PATH /bin:$PATH "
17
12
export SCCACHE_CACHE_SIZE=" 50G"
18
13
export SCCACHE_DIR=" $SOURCE_PATH /build-cache"
19
14
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments