diff options
| author | Emīls <emils@mullvad.net> | 2020-01-23 14:12:27 +0000 |
|---|---|---|
| committer | Emīls <emils@mullvad.net> | 2020-01-23 14:12:27 +0000 |
| commit | f090b37b103964969d494bf7e2cae57cff0d16ea (patch) | |
| tree | f429827f886d3d12323a259ed95abd25db62f1a5 /ci | |
| parent | 8f9ac2d313f27d9cf9a3a9433de78619d2de44f1 (diff) | |
| parent | 05478afe9a4cf4ce732504820cd41ca583ad0676 (diff) | |
| download | mullvadvpn-f090b37b103964969d494bf7e2cae57cff0d16ea.tar.xz mullvadvpn-f090b37b103964969d494bf7e2cae57cff0d16ea.zip | |
Merge branch 'add-wireguard-go'
Diffstat (limited to 'ci')
| -rwxr-xr-x | ci/ci-rust-script.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ci/ci-rust-script.sh b/ci/ci-rust-script.sh index 7fc7c26eab..90863cc90d 100755 --- a/ci/ci-rust-script.sh +++ b/ci/ci-rust-script.sh @@ -32,6 +32,10 @@ case "$(uname -s)" in ;; esac +# Build wireguard-go +# On Windows, it relies on having msbuild.exe in your path. +./wireguard/build-wireguard-go.sh + # FIXME: Becaues of our old jsonrpc dependency our Rust code won't build # on latest nightly. if [ "${RUST_TOOLCHAIN_CHANNEL}" != "nightly" ]; then |
