aboutsummaryrefslogtreecommitdiffstats
path: root/.buildkite/Makefile
diff options
context:
space:
mode:
authorArnstein Ressem <aressem@vespa.ai>2024-05-29 11:06:45 +0200
committerArnstein Ressem <aressem@vespa.ai>2024-05-29 11:06:45 +0200
commit7b242f3b2ca191d75028fc3c4311f6564558164b (patch)
tree9760680bd50af4345b3f7561c49282ab690b366b /.buildkite/Makefile
parent8276854275b3daaf79d6774062bce6279981c4ba (diff)
The client/go code is compiled with the cmake setup. No need to do that in a separate step.
Diffstat (limited to '.buildkite/Makefile')
-rw-r--r--.buildkite/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/.buildkite/Makefile b/.buildkite/Makefile
index 0e7c5ec2d72..9510fae43fd 100644
--- a/.buildkite/Makefile
+++ b/.buildkite/Makefile
@@ -38,9 +38,6 @@ check:
prepare: check
@$(TOP)/execute.sh $@
-go: prepare
- @$(TOP)/execute.sh $@
-
bootstrap: prepare
@$(TOP)/execute.sh $@
@@ -59,7 +56,7 @@ cpp-test: cpp
install: cpp java
@$(TOP)/execute.sh $@
-build-rpms: install go
+build-rpms: install
@$(TOP)/execute.sh $@
basic-search-test: build-rpms
@@ -81,7 +78,6 @@ publish-artifacts: java build-rpms
main \
pr \
prepare \
- go \
bootstrap \
bootstrap-cmake \
java \