File tree Expand file tree Collapse file tree 6 files changed +338
-714
lines changed
Expand file tree Collapse file tree 6 files changed +338
-714
lines changed Original file line number Diff line number Diff line change @@ -60,10 +60,10 @@ APK_PACKAGE := ./build/$(PACKAGE_NAME).apk
6060DEB_PACKAGE := ./build/$(PACKAGE_NAME ) .deb
6161RPM_PACKAGE := ./build/$(PACKAGE_NAME ) .rpm
6262
63- MOCK_MANAGEMENT_PLANE_CONFIG_DIRECTORY ?=
63+ MOCK_MANAGEMENT_PLANE_CONFIG_DIRECTORY ?= /dev/configs
6464MOCK_MANAGEMENT_PLANE_LOG_LEVEL ?= INFO
65- MOCK_MANAGEMENT_PLANE_GRPC_ADDRESS ?= 127.0.0.1:0
66- MOCK_MANAGEMENT_PLANE_API_ADDRESS ?= 127.0.0.1:0
65+ MOCK_MANAGEMENT_PLANE_GRPC_ADDRESS ?= 127.0.0.1:9091
66+ MOCK_MANAGEMENT_PLANE_API_ADDRESS ?= 127.0.0.1:9092
6767OLD_BENCHMARK_RESULTS_FILE ?= $(TEST_BUILD_DIR ) /benchmark.txt
6868
6969uname_m := $(shell uname -m)
@@ -180,7 +180,7 @@ run: build ## Run code
180180
181181dev : # # Run agent executable
182182 @echo " 🚀 Running App"
183- $(GORUN ) $(PROJECT_DIR ) /$(PROJECT_FILE )
183+ $(GORUN ) -ldflags= $( LDFLAGS ) $(PROJECT_DIR ) /$(PROJECT_FILE )
184184
185185race-condition-dev : # # Run agent executable with race condition detection
186186 @echo " 🏎️ Running app with race condition detection enabled"
You can’t perform that action at this time.
0 commit comments