Skip to content

Commit e2c69ed

Browse files
committed
Install wget in ci-linux.sh, make path explicit in build-linux.sh
1 parent 2f5a931 commit e2c69ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build-linux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#/bin/bash
22

3-
utils/build-script --release --wasm --verbose \
3+
./utils/build-script --release --wasm --verbose \
44
--skip-build-benchmarks \
55
--extra-cmake-options=" \
66
-DSWIFT_SDKS='WASM;LINUX' \

ci-linux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ sudo apt install \
77
libedit-dev libxml2-dev libsqlite3-dev swig \
88
libpython-dev libncurses5-dev pkg-config \
99
libblocksruntime-dev libcurl4-openssl-dev \
10-
systemtap-sdt-dev tzdata rsync
10+
systemtap-sdt-dev tzdata rsync wget
1111

1212
export current_sha=`git rev-parse HEAD`
1313
./utils/update-checkout --clone --scheme wasm

0 commit comments

Comments
 (0)