Skip to content

Commit 80aa62e

Browse files
committed
Fix Python hermetic toolchain issue and improve test script
1 parent 0578c83 commit 80aa62e

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

projects/envoyproxy.io/package.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,13 @@ build:
4040
- --curses=no
4141
- --verbose_failures
4242
- --define=wasm=disabled
43+
- --extra_toolchains=@rules_python//python:non_hermetic_toolchain
4344

4445
provides:
4546
- bin/envoy
4647

4748
test:
48-
- envoy --version | grep {{version}}
49-
- envoy --help
49+
script:
50+
- envoy --version | grep "envoy version"
51+
- envoy --version | grep {{version}}
52+
- envoy --help | grep "Usage"

0 commit comments

Comments
 (0)