Skip to content

Commit

Permalink
Code review rework
Browse files Browse the repository at this point in the history
  • Loading branch information
bruce-riley committed Jan 7, 2025
1 parent dce3a74 commit 6ecdcf1
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions node/Makefile
Original file line number Diff line number Diff line change
@@ -1,13 +1,4 @@
.PHONY test
test:
# Use this command on amd64 systems
go test -v -ldflags ./...

.PHONY test-arm64
test-arm64:
# Use this command on arm64, otherwise you will encounter linker errors.
# It's not perfect: it will fail due to 'undefined symbols' errors
# for packges using cgo. Still, it will get you farther than running
# the default command.
# To test a single package, use these -ldflags with e.g. ./pkg/governor
go test -ldflags '-extldflags "-Wl,-ld_classic " ' ./...
go test -v ./...

0 comments on commit 6ecdcf1

Please sign in to comment.