Commit Graph
177 Commits
Author SHA1 Message Date
dtolnayandGitHub 1901dba34d Merge pull request #146 from dtolnay/flags
Align curl and rustup-init flags between windows and non-windows
2025-04-29 11:39:38 -07:00
dtolnay 1c80aedd72 Align curl and rustup-init flags between windows and non-windows 2025-04-29 11:37:07 -07:00
dtolnayandGitHub 9ec87f110c Merge pull request #145 from joe-p/feat/install_rustup_windows
Install rustup on windows (including ARM)
2025-04-29 11:33:51 -07:00
Joe Polny 113d6388db Add ubuntu and windows arm to CI 2025-04-29 14:06:20 -04:00
Joe Polny d8b2468e88 Install rustup on windows (including ARM)
The x86 logic might be overkill since right now x86 Windows images
already have it installed, but figured might as well support it just in
case. Closes #143
2025-04-29 13:53:42 -04:00
dtolnay 56f84321db Add 1.85.1 patch release 2025-03-18 12:14:28 -07:00
dtolnay 888c2e1ea6 Predefine branches up to 1.100 2025-03-14 20:08:14 -07:00
dtolnay c5a29ddb4d Add 1.84.1 patch release 2025-01-30 11:16:25 -08:00
dtolnayandGitHub a54c7afa93 Merge pull request #131 from dtolnay/float
Append zeros to toolchain versions truncated by GitHub
2024-12-13 20:49:52 -08:00
dtolnay aacd1c2ea3 Append zeros to toolchain versions truncated by GitHub 2024-12-13 20:40:43 -08:00
dtolnayandGitHub 315e265cd7 Merge pull request #129 from dtolnay/defaultfail
Ignore 'rustup default' failure
2024-11-17 20:36:09 -08:00
dtolnay 2d6236e914 Ignore 'rustup default' failure 2024-11-17 20:13:42 -08:00
dtolnay 7b1c307e0d Add 1.80.1 patch release 2024-08-08 10:36:24 -07:00
dtolnay 21dc36fb71 Predefine branches up to 1.90 2024-06-13 09:20:43 -07:00
dtolnay d8352f6b1d Move CARGO_HOME step in front of rustup install 2024-05-01 09:11:35 -07:00
dtolnay 22eb75fbe0 Add description for CARGO_HOME step 2024-05-01 09:09:04 -07:00
dtolnay e4e1c59547 Combine CARGO_HOME choice into a single step 2024-05-01 09:06:11 -07:00
dtolnayandGitHub b004a9e513 Merge pull request #108 from dariocurr/master
Add `CARGO_HOME` to `GITHUB_ENV`
2024-05-01 12:04:19 -04:00
Dario Curreri 18c33afdda Add CARGO_HOME to GITHUB_ENV 2024-04-30 10:58:18 +02:00
dtolnay bb45937a05 Remove toolchain input when toolchain is specified in action rev 2024-04-14 12:02:44 -07:00
dtolnay 56909e6633 Centralize references to inputs.toolchain to a single spot 2024-04-14 11:33:35 -07:00
dtolnayandGitHub 9a6ad42c5a Merge pull request #106 from dtolnay/noxargo
Skip xargo installation for miri toolchain
2024-04-14 10:51:14 -07:00
dtolnay c24b276127 Skip xargo installation for miri toolchain 2024-04-14 10:48:41 -07:00
dtolnayandGitHub 7164405e86 Merge pull request #105 from phsym/patch-1
feat: Add 1.77.2 rust patch release
2024-04-10 09:51:29 -07:00
Pierre-Henri SymoneauxandGitHub 201ca1e35b Add 1.77.2 rust release 2024-04-10 14:50:27 +02:00
dtolnayandGitHub dc6353516c Merge pull request #104 from siketyan/patch-1
feat: Add 1.77.1 patch release
2024-03-31 03:21:07 -07:00
Natsuki IkeguchiandGitHub fdb24fea1e feat: Add 1.77.1 patch release
Signed-off-by: Natsuki Ikeguchi <[email protected]>
2024-03-31 16:01:42 +09:00
dtolnay be73d7920c Add 1.74.1 patch release
https://blog.rust-lang.org/2023/12/07/Rust-1.74.1.html
2023-12-07 13:22:17 -08:00
dtolnay 439cf60725 Add 1.72.1 patch release 2023-09-19 08:31:34 -07:00
dtolnayandGitHub 1482605bfc Merge pull request #97 from Mon-ius/master
Update doc actions/checkout@v3 -> v4
2023-09-17 12:04:38 -06:00
Monius 07e430b4aa Update doc actions/checkout@v3 -> v4 2023-09-18 02:00:52 +08:00
dtolnayandGitHub 5cb429dd81 Merge pull request #94 from dtolnay/httpmultiplexing
Work around spurious network errors in curl 8.0
2023-09-07 13:24:41 -07:00
dtolnay 6f2eb0d01b Work around spurious network errors in curl 8.0 2023-09-07 13:19:27 -07:00
dtolnay 7a26acb927 Update actions/checkout@v3 -> v4 2023-09-04 22:35:00 -07:00
dtolnay f361669954 Add 1.71.1 patch release
https://blog.rust-lang.org/2023/08/03/Rust-1.71.1.html
2023-08-03 16:14:37 -07:00
dtolnayandGitHub 0e66bd3e6b Merge pull request #90 from dtolnay/sparsedefault
Omit CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse on rustc 1.70+
2023-06-24 16:28:57 -07:00
dtolnay 0d263d75b1 Omit CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse on rustc 1.70+ 2023-06-24 16:26:12 -07:00
dtolnay 1f5cdb56c8 Predefine branches up to 1.80 2023-06-19 11:00:47 -07:00
dtolnay b051cf32dc Expand curl flags 2023-06-19 10:58:08 -07:00
dtolnay b44cb146d0 Add 1.68.2 patch release
https://blog.rust-lang.org/2023/03/28/Rust-1.68.2.html
2023-03-28 09:32:13 -07:00
dtolnay fc3253060d Add 1.68.1 patch release
https://blog.rust-lang.org/inside-rust/2023/03/20/1.68.1-prerelease.html
2023-03-20 22:36:10 -07:00
dtolnay e12eda571d Support a manual trigger on CI workflow 2023-02-18 17:23:55 -08:00
dtolnayandGitHub 52e69531e6 Merge pull request #74 from dtolnay/gitprotocol
Overwrite previously set CARGO_REGISTRIES_CRATES_IO_PROTOCOL
2023-02-15 13:32:21 -08:00
dtolnay df6c627e20 Overwrite previously set CARGO_REGISTRIES_CRATES_IO_PROTOCOL 2023-02-15 13:28:23 -08:00
dtolnay 0313d8c868 Pass empty string to -z, instead of no arg
This plays better with extending these conditionals with an `-o` or `-a`.
2023-02-15 13:11:48 -08:00
dtolnayandGitHub 0a1713a447 Merge pull request #72 from dtolnay/not
Fix not -> !
2023-02-15 03:46:26 -08:00
dtolnay e6d955b6b3 Fix 'syntax error near unexpected token !' 2023-02-15 03:32:46 -08:00
dtolnay 9fd0ad29be Fix not -> ! 2023-02-15 03:32:09 -08:00
dtolnayandGitHub 25dc93b901 Merge pull request #69 from dtolnay/sparseregistry
Tweak sparse registry conditional
2023-02-12 13:10:08 -08:00
dtolnay 138ed95c4e Tweak sparse registry conditional 2023-02-12 13:04:46 -08:00