Skip to content

Commit

Permalink
Use latest nightly for -Zscript
Browse files Browse the repository at this point in the history
  • Loading branch information
justsmth committed Dec 20, 2024
1 parent 0470373 commit 3ac17d0
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ env:
# We can pin the version if nightly is too unstable.
# Otherwise, we test against the latest version.
RUST_NIGHTLY_TOOLCHAIN: nightly
RUST_SCRIPT_NIGHTLY_TOOLCHAIN: nightly-2024-05-22
RUST_SCRIPT_NIGHTLY_TOOLCHAIN: nightly

jobs:
rustfmt:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fips-bindings-generator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env:
# We can pin the version if nightly is too unstable.
# Otherwise, we test against the latest version.
RUST_NIGHTLY_TOOLCHAIN: nightly
RUST_SCRIPT_NIGHTLY_TOOLCHAIN: nightly-2024-05-22
RUST_SCRIPT_NIGHTLY_TOOLCHAIN: nightly

concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pregen-bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ env:
# We can pin the version if nightly is too unstable.
# Otherwise, we test against the latest version.
RUST_NIGHTLY_TOOLCHAIN: nightly
RUST_SCRIPT_NIGHTLY_TOOLCHAIN: nightly-2024-05-22
RUST_SCRIPT_NIGHTLY_TOOLCHAIN: nightly
GOPROXY: https://proxy.golang.org,direct
jobs:
sys-bindings:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sys-bindings-generator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env:
# We can pin the version if nightly is too unstable.
# Otherwise, we test against the latest version.
RUST_NIGHTLY_TOOLCHAIN: nightly
RUST_SCRIPT_NIGHTLY_TOOLCHAIN: nightly-2024-05-22
RUST_SCRIPT_NIGHTLY_TOOLCHAIN: nightly

concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}
Expand Down
2 changes: 1 addition & 1 deletion aws-lc-rs/util/process-criterion-csv.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env -S cargo +nightly-2024-05-22 -Zscript
#!/usr/bin/env -S cargo +nightly -Zscript
---cargo
[dependencies]
clap = { version = "4.0.29", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion scripts/tools/cargo-dig.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env -S cargo +nightly-2024-05-22 -Zscript
#!/usr/bin/env -S cargo +nightly -Zscript
---cargo
[dependencies]
toml = "0.8"
Expand Down
2 changes: 1 addition & 1 deletion scripts/tools/semver.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env -S cargo +nightly-2024-05-22 -Zscript
#!/usr/bin/env -S cargo +nightly -Zscript
---cargo
[dependencies]
clap = { version = "4", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion scripts/tools/target-platform.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env -S cargo +nightly-2024-05-22 -Zscript
#!/usr/bin/env -S cargo +nightly -Zscript

// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0 OR ISC
Expand Down

0 comments on commit 3ac17d0

Please sign in to comment.