Skip to content

Commit 2602267

Browse files
authored
fix-build-flake (#77)
* fix-build-flake
1 parent b950280 commit 2602267

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/do_ci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export ENVOY_SRCDIR=$SOURCE_DIR
2828
export NUM_CPUS=16
2929

3030
# google cloud build doesn't like ipv6
31-
export BAZEL_EXTRA_TEST_OPTIONS="--test_env=ENVOY_IP_TEST_VERSIONS=v4only --test_output=errors --local_cpu_resources=${NUM_CPUS}"
31+
export BAZEL_EXTRA_TEST_OPTIONS="--test_env=ENVOY_IP_TEST_VERSIONS=v4only --test_output=errors --jobs=${NUM_CPUS}"
3232

3333
echo Building
3434
bash -x $UPSTREAM_ENVOY_SRCDIR/ci/do_ci.sh "$@"

0 commit comments

Comments
 (0)