summaryrefslogtreecommitdiffhomepage
path: root/ci
diff options
context:
space:
mode:
Diffstat (limited to 'ci')
-rwxr-xr-xci/ci-rust-script.sh4
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