Skip to content

Commit b210b4a

Browse files
committed
debug: Compiler usage
Signed-off-by: Ryan Northey <ryan@synca.io>
1 parent 44cba11 commit b210b4a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Makefile.core.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ TEST_ENVOY_TARGET ?= //:envoy
5353
TEST_ENVOY_DEBUG ?= trace
5454

5555
build:
56-
bazel $(BAZEL_STARTUP_ARGS) build $(BAZEL_BUILD_ARGS) $(BAZEL_CONFIG_CURRENT) -- $(BAZEL_TARGETS)
56+
bazel $(BAZEL_STARTUP_ARGS) build -s $(BAZEL_BUILD_ARGS) $(BAZEL_CONFIG_CURRENT) -- $(BAZEL_TARGETS)
5757

5858
build_envoy: BAZEL_CONFIG_CURRENT = $(BAZEL_CONFIG_REL)
5959
build_envoy: BAZEL_TARGETS = //:envoy

prow/proxy-presubmit.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ WD=$(cd "$WD" || exit 1 ; pwd)
2424
source "${WD}/proxy-common.inc"
2525

2626
echo 'Code Check'
27-
make lint
28-
make gen-check
27+
# make lint
28+
# make gen-check
2929

3030
echo 'Bazel Build'
3131
make build

0 commit comments

Comments
 (0)