mirror of
https://github.com/exo-explore/exo.git
synced 2025-12-23 22:27:50 -05:00
2
justfile
2
justfile
@@ -45,7 +45,7 @@ build: regenerate-protobufs
|
||||
|
||||
# Build the Go forwarder binary
|
||||
build-forwarder:
|
||||
cd networking/forwarder && go build -buildvcs=false -o ../../build/forwarder .
|
||||
HASH=$(uv run scripts/hashdir.py) && cd networking/forwarder && go build -buildvcs=false -o ../../build/forwarder -ldflags "-X 'main.SourceHash=${HASH}'" .
|
||||
|
||||
# Run forwarder tests
|
||||
test-forwarder:
|
||||
|
||||
Reference in New Issue
Block a user