Skip to content

Commit d1c5ed8

Browse files
Alexandra Iordachealxiord
authored andcommitted
buildkite: force UTF-8 encoding in custom pipeline
This prevents Unicode encoding errors when printing to stdout from the benchmark integ test. Signed-off-by: Alexandra Iordache <aghecen@amazon.com>
1 parent b13674a commit d1c5ed8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.buildkite/bench_pipeline.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ steps:
1212
- docker#v3.0.1:
1313
image: "rustvmm/dev:v6"
1414
always-pull: true
15+
environment:
16+
- "PYTHONIOENCODING=utf-8"
1517
propagate-environment: true
1618

1719
- label: "bench-aarch64"
@@ -25,4 +27,6 @@ steps:
2527
- docker#v3.0.1:
2628
image: "rustvmm/dev:v6"
2729
always-pull: true
30+
environment:
31+
- "PYTHONIOENCODING=utf-8"
2832
propagate-environment: true

0 commit comments

Comments
 (0)