mirror of
https://github.com/prymitive/karma
synced 2026-05-05 03:16:51 +00:00
fix(build): add -modcacherw flag
This commit is contained in:
committed by
Łukasz Mierzwa
parent
360c1180cf
commit
8844383306
@@ -10,7 +10,7 @@ ui/build/index.html: $(call rwildcard, ui/src ui/package.json ui/package-lock.js
|
||||
|
||||
.DEFAULT_GOAL := $(NAME)
|
||||
$(NAME): go.mod go.sum $(SOURCES_GO) ui/build/index.html
|
||||
go build -trimpath -ldflags "-X main.version=$(VERSION) -s -w" ./cmd/karma
|
||||
go build -trimpath -modcacherw -ldflags "-X main.version=$(VERSION) -s -w" ./cmd/karma
|
||||
|
||||
.PHONY: test-go
|
||||
test-go:
|
||||
|
||||
Reference in New Issue
Block a user