Skip to content

Commit 1a86a5c

Browse files
Update build server scripts
Fix the build server scripts for Linux and Android by checking out the wireguard-go submodule.
1 parent 880fe81 commit 1a86a5c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

ci/buildserver-build-android.sh

+1
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ function checkout_ref {
6565
git reset --hard
6666
git checkout "$ref"
6767
git submodule update
68+
git submodule update --init --recursive --depth=1 wireguard-go-rs || true
6869
git clean -df
6970
}
7071

ci/buildserver-build.sh

+1
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ function checkout_ref {
163163
git reset --hard
164164
git checkout "$ref"
165165
git submodule update
166+
git submodule update --init --recursive --depth=1 wireguard-go-rs || true
166167
git clean -df
167168
}
168169

0 commit comments

Comments
 (0)