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 bd0e735Copy full SHA for bd0e735
ci/nightly/pipeline.template.yml
@@ -71,8 +71,8 @@ steps:
71
depends_on: []
72
timeout_in_minutes: 60
73
agents:
74
- queue: hetzner-aarch64-16cpu-32gb
75
- branches: "main"
+ queue: hetzner-x86-64-dedi-16cpu-64gb
+ 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