Skip to content

Commit

Permalink
Drop ffi-install when building turbo
Browse files Browse the repository at this point in the history
  • Loading branch information
mehulkar committed Feb 8, 2023
1 parent 6e6980d commit 0629957
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ GENERATED_FILES = internal/turbodprotocol/turbod.pb.go internal/turbodprotocol/t
turbo: go-turbo$(EXT)
cargo build --manifest-path ../crates/turborepo/Cargo.toml

go-turbo$(EXT): $(GENERATED_FILES) $(SRC_FILES) go.mod turborepo-ffi-install
go-turbo$(EXT): $(GENERATED_FILES) $(SRC_FILES) go.mod
CGO_ENABLED=1 go build $(GO_FLAGS) -tags $(GO_TAG) -o go-turbo$(EXT) ./cmd/turbo

.PHONY: turborepo-ffi-install
Expand Down

0 comments on commit 0629957

Please sign in to comment.