Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ GO_ARTIFACTS := $(addprefix cartesi-rollups-,node cli evm-reader advancer valida
# These artifacts embed the machine runtime and therefore require libcartesi.
# Keep this list explicit: every other artifact is built with CGO_ENABLED=0, so
# the normal build fails if a C dependency leaks into a pure service or tool.
MACHINE_GO_ARTIFACTS := cartesi-rollups-node cartesi-rollups-advancer
MACHINE_GO_ARTIFACTS := cartesi-rollups-node cartesi-rollups-advancer cartesi-rollups-machine-tool
PURE_GO_ARTIFACTS := $(filter-out $(MACHINE_GO_ARTIFACTS),$(GO_ARTIFACTS))

# fixme(vfusco): path on all oses
Expand Down
Loading
Loading