aboutsummaryrefslogtreecommitdiff
path: root/projects/teleport/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'projects/teleport/build.sh')
-rw-r--r--projects/teleport/build.sh5
1 files changed, 1 insertions, 4 deletions
diff --git a/projects/teleport/build.sh b/projects/teleport/build.sh
index f5d464e85..260d47952 100644
--- a/projects/teleport/build.sh
+++ b/projects/teleport/build.sh
@@ -15,10 +15,7 @@
#
################################################################################
-
-mkdir -p $GOPATH/src/github.com/gravitational
-cd $GOPATH/src/github.com/gravitational
-git clone https://github.com/gravitational/teleport.git
+make update-vendor
compile_go_fuzzer github.com/gravitational/teleport/lib/fuzz FuzzParseProxyJump utils_fuzz gofuzz
compile_go_fuzzer github.com/gravitational/teleport/lib/fuzz FuzzNewExpression parse_fuzz gofuzz