Skip to content

Commit 5109181

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 5109181

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ci/nightly/pipeline.template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ steps:
7272
timeout_in_minutes: 60
7373
agents:
7474
queue: hetzner-aarch64-16cpu-32gb
75-
branches: "main"
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)