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.
1 parent 9d06fe7 commit 5109181Copy full SHA for 5109181
ci/nightly/pipeline.template.yml
@@ -72,7 +72,7 @@ steps:
72
timeout_in_minutes: 60
73
agents:
74
queue: hetzner-aarch64-16cpu-32gb
75
- branches: "main"
+ branches: "main *build*"
76
77
- group: Linters
78
key: linters
ci/test/rust-beta-build.sh
@@ -16,4 +16,5 @@ curl https://sh.rustup.rs -sSf | sh -s -- -y
16
source /cargo/env
17
trap "rustup self uninstall -y || true" SIGTERM SIGINT EXIT
18
rustup install beta
19
+rustup run beta cargo build --all-targets --release
20
rustup run beta cargo build --all-targets
0 commit comments