Skip to content

Commit bd0e735

Browse files
committed
ci: Also build Rust nightly in Release mode
Would have caught https://materializeinc.slack.com/archives/C08ACQNGSQK/p1759754676092499
1 parent 9d06fe7 commit bd0e735

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

ci/nightly/pipeline.template.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ steps:
7171
depends_on: []
7272
timeout_in_minutes: 60
7373
agents:
74-
queue: hetzner-aarch64-16cpu-32gb
75-
branches: "main"
74+
queue: hetzner-x86-64-dedi-16cpu-64gb
75+
branches: "main *build*"
7676

7777
- group: Linters
7878
key: linters

ci/test/rust-beta-build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,5 @@ curl https://sh.rustup.rs -sSf | sh -s -- -y
1616
source /cargo/env
1717
trap "rustup self uninstall -y || true" SIGTERM SIGINT EXIT
1818
rustup install beta
19+
rustup run beta cargo build --all-targets --release
1920
rustup run beta cargo build --all-targets

0 commit comments

Comments
 (0)