We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44cba11 commit b210b4aCopy full SHA for b210b4a
Makefile.core.mk
@@ -53,7 +53,7 @@ TEST_ENVOY_TARGET ?= //:envoy
53
TEST_ENVOY_DEBUG ?= trace
54
55
build:
56
- bazel $(BAZEL_STARTUP_ARGS) build $(BAZEL_BUILD_ARGS) $(BAZEL_CONFIG_CURRENT) -- $(BAZEL_TARGETS)
+ bazel $(BAZEL_STARTUP_ARGS) build -s $(BAZEL_BUILD_ARGS) $(BAZEL_CONFIG_CURRENT) -- $(BAZEL_TARGETS)
57
58
build_envoy: BAZEL_CONFIG_CURRENT = $(BAZEL_CONFIG_REL)
59
build_envoy: BAZEL_TARGETS = //:envoy
prow/proxy-presubmit.sh
@@ -24,8 +24,8 @@ WD=$(cd "$WD" || exit 1 ; pwd)
24
source "${WD}/proxy-common.inc"
25
26
echo 'Code Check'
27
-make lint
28
-make gen-check
+# make lint
+# make gen-check
29
30
echo 'Bazel Build'
31
make build
0 commit comments