Skip to content

Commit

Permalink
add mysql57 and mysql80 vttestserver makefile rules
Browse files Browse the repository at this point in the history
Signed-off-by: Hormoz K <[email protected]>
  • Loading branch information
hkdsun committed Mar 23, 2021
1 parent 13cd23f commit 08cdfe1
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -251,8 +251,12 @@ docker_local:
docker_mini:
${call build_docker_image,docker/mini/Dockerfile,vitess/mini}

docker_vttestserver:
${call build_docker_image,docker/vttestserver/Dockerfile.mysql57,vitess/vttestserver}
DOCKER_VTTESTSERVER_SUFFIX = mysql57 mysql80
DOCKER_VTTESTSERVER_TARGETS = $(addprefix docker_vttestserver_,$(DOCKER_VTTESTSERVER_SUFFIX))
$(DOCKER_VTTESTSERVER_TARGETS): docker_vttestserver_%:
${call build_docker_image,docker/vttestserver/Dockerfile.$*,vitess/vttestserver:$*}

docker_vttestserver: $(DOCKER_VTTESTSERVER_TARGETS)

# This rule loads the working copy of the code into a bootstrap image,
# and then runs the tests inside Docker.
Expand Down

0 comments on commit 08cdfe1

Please sign in to comment.