summaryrefslogtreecommitdiffhomepage
path: root/ci
diff options
context:
space:
mode:
Diffstat (limited to 'ci')
-rwxr-xr-xci/check-rust.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/ci/check-rust.sh b/ci/check-rust.sh
index d42784d36e..cb48fbed3f 100755
--- a/ci/check-rust.sh
+++ b/ci/check-rust.sh
@@ -4,11 +4,6 @@ set -eux
export RUSTFLAGS="--deny warnings"
-# Build WireGuard Go
-if [[ "$(uname -s)" != "MINGW"* ]]; then
- ./wireguard/build-wireguard-go.sh
-fi
-
# Build Rust crates
source env.sh
time cargo build --locked --verbose