-
Notifications
You must be signed in to change notification settings - Fork 109
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* downgrade rust toolchain * changelog * Does this work? * fix agent? * macos release * override rust-toolchain.toml in lint * whatever * override toolchain for agent unit tests * Is installed? * Revert installing gcc target. setup-rust-toolchain said: error: component 'rust-std' for target 'aarch64-linux-gnu-gcc' is unavailable for download for channel 'nightly-2024-10-11' This reverts commit 2f5cee3. * fix ci * .. * .. --------- Co-authored-by: Aviram Hassan <[email protected]>
- Loading branch information
Showing
6 changed files
with
19 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Downgrade rust toochain to nightly-2024-09-12. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
[toolchain] | ||
channel = "nightly-2024-10-11" | ||
channel = "nightly-2024-09-12" | ||
components = [ "rustfmt", "clippy", "rustc" ] | ||
profile = "minimal" |