We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b432b70 + 4085a84 commit c32278dCopy full SHA for c32278d
ci/test/pipeline.template.yml
@@ -26,7 +26,6 @@ steps:
26
steps:
27
- id: build-x86_64
28
label: ":rust: Build x86_64"
29
- env:
30
command: bin/ci-builder run stable bin/pyactivate -m ci.test.build
31
inputs:
32
- "*"
@@ -37,7 +36,6 @@ steps:
37
36
38
- id: build-aarch64
39
label: ":rust: Build aarch64"
40
41
42
43
@@ -56,6 +54,8 @@ steps:
56
54
agents:
57
55
queue: l-builder-linux-x86_64
58
branches: "v*.*"
+ env:
+ CI_LTO: 0
59
60
- id: build-aarch64-no-lto
61
label: ":rust: Build aarch64 (no LTO)"
@@ -67,6 +67,8 @@ steps:
67
68
queue: l-builder-linux-aarch64
69
70
71
72
73
- id: upload-debug-symbols-x86_64
74
label: "Upload debug symbols for x86_64"
0 commit comments