Skip to content

Commit c856b56

Browse files
[ci] Remove utils/webassembly/install-dependencies.sh
1 parent a405045 commit c856b56

File tree

3 files changed

+4
-73
lines changed

3 files changed

+4
-73
lines changed

.github/workflows/build-toolchain.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,9 @@ jobs:
149149
150150
- run: chmod -R 777 ./build-cache
151151
if: ${{ steps.build-cache.outputs.cache-hit }}
152+
- name: Install Homebrew dependencies
153+
if: ${{ startsWith(matrix.build_os, 'macos-') }}
154+
run: brew bundle --file swift/Brewfile && brew install wasmer
152155
- name: Build ${{ matrix.target }} installable archive on Docker container
153156
if: ${{ matrix.container != null }}
154157
timeout-minutes: 300 # Exit before 6 hours limit to allow cache upload

utils/webassembly/ci.sh

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,10 @@ set -ex
55
SOURCE_PATH="$(cd "$(dirname $0)/../../.." && pwd)"
66
SWIFT_PATH=$SOURCE_PATH/swift
77
UTILS_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"
1712
export SCCACHE_CACHE_SIZE="50G"
1813
export SCCACHE_DIR="$SOURCE_PATH/build-cache"
1914

utils/webassembly/install-dependencies.sh

Lines changed: 0 additions & 67 deletions
This file was deleted.

0 commit comments

Comments
 (0)