Skip to content

Commit

Permalink
build: add missing dependency for bin/workload on C_LIBS_CCL
Browse files Browse the repository at this point in the history
Release note: None
  • Loading branch information
petermattis authored and danhhz committed Jan 9, 2020
1 parent 6bfe4a1 commit 617cb39
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -844,7 +844,9 @@ OPTGEN_TARGETS = \
pkg/sql/opt/rule_name_string.go

go-targets-ccl := \
$(COCKROACH) $(COCKROACHSHORT) go-install \
$(COCKROACH) $(COCKROACHSHORT) \
bin/workload \
go-install \
bench benchshort \
check test testshort testslow testrace testraceslow testbuild \
stress stressrace \
Expand Down

0 comments on commit 617cb39

Please sign in to comment.