Skip to content

Commit

Permalink
Azure ro mode (sonic-net#34)
Browse files Browse the repository at this point in the history
Flag name changed to match buildimage change (sonic-net/sonic-buildimage#4209)
  • Loading branch information
seiferteric committed Jun 29, 2020
1 parent fa8d498 commit e46cf04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ SRC_FILES=$(shell find . -name '*.go' | grep -v '_test.go' | grep -v '/tests/')
TEST_FILES=$(wildcard *_test.go)
TELEMETRY_TEST_DIR = build/tests/gnmi_server
TELEMETRY_TEST_BIN = $(TELEMETRY_TEST_DIR)/server.test
ifeq ($(SONIC_TELEMETRY_READWRITE),y)
ifeq ($(TELEMETRY_WRITABLE),y)
BLD_FLAGS := -tags readwrite
endif

Expand Down

0 comments on commit e46cf04

Please sign in to comment.