Skip to content

Commit 7e481e2

Browse files
authored
Merge pull request #872 from marquiz/backports/release-0.7
[release-0.7] Makefile: use statically linked binaries in e2e-tests
2 parents 0e82df7 + bd8ab08 commit 7e481e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ endif
442442

443443
release-tests: e2e-tests
444444

445-
e2e-tests: build
445+
e2e-tests: build-static
446446
$(Q)tests="$(if $(E2E_TESTS),$(E2E_TESTS),test/e2e/policies.test-suite)"; \
447447
$(E2E_RUN) $$tests; \
448448
if [ "$$?" != "0" ]; then \

0 commit comments

Comments
 (0)