Skip to content

Commit 9ea5b97

Browse files
committed
fix: bump bootstrap rust toolchain to 1.88
Update AWS bootstrap scripts to install Rust 1.88.0 so cargo can build opencode-cloud 4.0.1 on EC2.
1 parent 74045fc commit 9ea5b97

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

infra/aws/cloud-init/opencode-cloud-quick.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ write_files:
8888
if ! command -v cargo >/dev/null 2>&1; then
8989
log "opencode-cloud setup: install rust toolchain"
9090
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | \
91-
bash -s -- -y --profile minimal --default-toolchain 1.85.0
91+
bash -s -- -y --profile minimal --default-toolchain 1.88.0
9292
log "opencode-cloud setup: rust toolchain installed"
9393
fi
9494

infra/aws/cloudformation/opencode-cloud-quick.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,7 @@ Resources:
638638
if ! command -v cargo >/dev/null 2>&1; then
639639
log "opencode-cloud setup: install rust toolchain"
640640
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | \
641-
bash -s -- -y --profile minimal --default-toolchain 1.85.0
641+
bash -s -- -y --profile minimal --default-toolchain 1.88.0
642642
log "opencode-cloud setup: rust toolchain installed"
643643
fi
644644

0 commit comments

Comments
 (0)