Skip to content

Commit

Permalink
HACK: make build depend on sm-k6
Browse files Browse the repository at this point in the history
Otherwise, it is not currently possible for goreleaser to access files
created by `sm-k6`, as goreleaser wipes `dist` before running.
  • Loading branch information
nadiamoe committed Nov 12, 2024
1 parent 7e4930a commit 26f8d91
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/make/build.mk
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ build-go: $(BUILD_GO_TARGETS) ## Build all Go binaries.
$(S) echo Done.

.PHONY: build
build: build-go ## Build everything.
# FIXME: The dependency on sm-k6 was here to satisfy goreleaser. It can be removed when we ditch it.
build: build-go sm-k6 ## Build everything.

.PHONY: build-native
build-native: $(BUILD_GO_NATIVE_TARGETS) ## Build only native Go binaries
Expand Down

0 comments on commit 26f8d91

Please sign in to comment.