Skip to content

Commit

Permalink
Avoid invoking the build script twice
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxDesiatov committed Feb 16, 2020
1 parent a799444 commit 6b79918
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion utils/webassembly/ci-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,5 @@ ln -s wasm32-wasi wasi-sdk/share/wasi-sysroot/lib/wasm32-wasi-unknown
wget -O icu.tar.xz "https://github.com/swiftwasm/icu4c-wasi/releases/download/20190421.3/icu4c-wasi.tar.xz"
tar xf icu.tar.xz

$BUILD_SCRIPT --release --debug-swift-stdlib --verbose
# Run test but ignore failure temporarily
$BUILD_SCRIPT --release --debug-swift-stdlib --verbose -t || true
1 change: 0 additions & 1 deletion utils/webassembly/ci-mac.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,5 @@ ln -s wasm32-wasi wasi-sdk/share/wasi-sysroot/lib/wasm32-wasi-unknown
wget -O icu.tar.xz "https://github.com/swiftwasm/icu4c-wasi/releases/download/20190421.3/icu4c-wasi.tar.xz"
tar xf icu.tar.xz

$BUILD_SCRIPT --release --debug-swift-stdlib --verbose
# Run test but ignore failure temporarily
$BUILD_SCRIPT --release --debug-swift-stdlib --verbose -t || true

0 comments on commit 6b79918

Please sign in to comment.