summaryrefslogtreecommitdiffstats
path: root/.buildkite/Makefile
diff options
context:
space:
mode:
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 \