Skip to content

Commit c32278d

Browse files
authored
Merge pull request #33980 from def-/pr-no-lto2
ci: Make no-LTO builds not use LTO
2 parents b432b70 + 4085a84 commit c32278d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

ci/test/pipeline.template.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ steps:
2626
steps:
2727
- id: build-x86_64
2828
label: ":rust: Build x86_64"
29-
env:
3029
command: bin/ci-builder run stable bin/pyactivate -m ci.test.build
3130
inputs:
3231
- "*"
@@ -37,7 +36,6 @@ steps:
3736

3837
- id: build-aarch64
3938
label: ":rust: Build aarch64"
40-
env:
4139
command: bin/ci-builder run stable bin/pyactivate -m ci.test.build
4240
inputs:
4341
- "*"
@@ -56,6 +54,8 @@ steps:
5654
agents:
5755
queue: l-builder-linux-x86_64
5856
branches: "v*.*"
57+
env:
58+
CI_LTO: 0
5959

6060
- id: build-aarch64-no-lto
6161
label: ":rust: Build aarch64 (no LTO)"
@@ -67,6 +67,8 @@ steps:
6767
agents:
6868
queue: l-builder-linux-aarch64
6969
branches: "v*.*"
70+
env:
71+
CI_LTO: 0
7072

7173
- id: upload-debug-symbols-x86_64
7274
label: "Upload debug symbols for x86_64"

0 commit comments

Comments
 (0)