Commit graph

183 commits

Author SHA1 Message Date
David Tolnay
449259c7e2
Merge pull request #150 from dtolnay/githubpath
Fix GITHUB_PATH
2025-04-29 12:14:37 -07:00
David Tolnay
f36efbae07
Fix GITHUB_PATH 2025-04-29 12:11:57 -07:00
David Tolnay
3d21cbbc39
Merge pull request #148 from dtolnay/backslash
Consistently use backslash directories on Windows
2025-04-29 12:05:29 -07:00
David Tolnay
802126c77d
Consistently use backslash directories on Windows 2025-04-29 12:03:48 -07:00
David Tolnay
636f3b2e5c
Merge pull request #147 from dtolnay/rustuptemp
Download rustup-init.exe to temp dir instead of current dir
2025-04-29 11:55:17 -07:00
David Tolnay
1f3b09e73e
Download rustup-init.exe to temp dir instead of current dir 2025-04-29 11:53:20 -07:00
David Tolnay
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
David Tolnay
1c80aedd72
Align curl and rustup-init flags between windows and non-windows 2025-04-29 11:37:07 -07:00
David Tolnay
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
David Tolnay
56f84321db
Add 1.85.1 patch release
Some checks failed
CI / Rust 1.62.0 on macOS (push) Has been cancelled
CI / Rust beta on macOS (push) Has been cancelled
CI / Rust nightly on macOS (push) Has been cancelled
CI / Rust stable 18 months ago on macOS (push) Has been cancelled
CI / Rust stable minus 8 releases on macOS (push) Has been cancelled
CI / Rust stable on macOS (push) Has been cancelled
CI / Rust 1.0.0 on Linux (push) Has been cancelled
CI / Rust 1.62.0 on Linux (push) Has been cancelled
CI / Rust beta on Linux (push) Has been cancelled
CI / Rust nightly on Linux (push) Has been cancelled
CI / Rust stable 18 months ago on Linux (push) Has been cancelled
CI / Rust stable minus 8 releases on Linux (push) Has been cancelled
CI / Rust stable on Linux (push) Has been cancelled
CI / Rust 1.62.0 on Windows (push) Has been cancelled
CI / Rust beta on Windows (push) Has been cancelled
CI / Rust nightly on Windows (push) Has been cancelled
CI / Rust stable 18 months ago on Windows (push) Has been cancelled
CI / Rust stable minus 8 releases on Windows (push) Has been cancelled
CI / Rust stable on Windows (push) Has been cancelled
2025-03-18 12:14:28 -07:00
David Tolnay
888c2e1ea6
Predefine branches up to 1.100
Some checks failed
CI / Rust 1.62.0 on macOS (push) Has been cancelled
CI / Rust beta on macOS (push) Has been cancelled
CI / Rust nightly on macOS (push) Has been cancelled
CI / Rust stable 18 months ago on macOS (push) Has been cancelled
CI / Rust stable minus 8 releases on macOS (push) Has been cancelled
CI / Rust stable on macOS (push) Has been cancelled
CI / Rust 1.0.0 on Linux (push) Has been cancelled
CI / Rust 1.62.0 on Linux (push) Has been cancelled
CI / Rust beta on Linux (push) Has been cancelled
CI / Rust nightly on Linux (push) Has been cancelled
CI / Rust stable 18 months ago on Linux (push) Has been cancelled
CI / Rust stable minus 8 releases on Linux (push) Has been cancelled
CI / Rust stable on Linux (push) Has been cancelled
CI / Rust 1.62.0 on Windows (push) Has been cancelled
CI / Rust beta on Windows (push) Has been cancelled
CI / Rust nightly on Windows (push) Has been cancelled
CI / Rust stable 18 months ago on Windows (push) Has been cancelled
CI / Rust stable minus 8 releases on Windows (push) Has been cancelled
CI / Rust stable on Windows (push) Has been cancelled
2025-03-14 20:08:14 -07:00
David Tolnay
c5a29ddb4d
Add 1.84.1 patch release 2025-01-30 11:16:25 -08:00
David Tolnay
a54c7afa93
Merge pull request #131 from dtolnay/float
Append zeros to toolchain versions truncated by GitHub
2024-12-13 20:49:52 -08:00
David Tolnay
aacd1c2ea3
Append zeros to toolchain versions truncated by GitHub 2024-12-13 20:40:43 -08:00
David Tolnay
315e265cd7
Merge pull request #129 from dtolnay/defaultfail
Ignore 'rustup default' failure
2024-11-17 20:36:09 -08:00
David Tolnay
2d6236e914
Ignore 'rustup default' failure 2024-11-17 20:13:42 -08:00
David Tolnay
7b1c307e0d
Add 1.80.1 patch release 2024-08-08 10:36:24 -07:00
David Tolnay
21dc36fb71
Predefine branches up to 1.90 2024-06-13 09:20:43 -07:00
David Tolnay
d8352f6b1d
Move CARGO_HOME step in front of rustup install 2024-05-01 09:11:35 -07:00
David Tolnay
22eb75fbe0
Add description for CARGO_HOME step 2024-05-01 09:09:04 -07:00
David Tolnay
e4e1c59547
Combine CARGO_HOME choice into a single step 2024-05-01 09:06:11 -07:00
David Tolnay
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
David Tolnay
bb45937a05
Remove toolchain input when toolchain is specified in action rev 2024-04-14 12:02:44 -07:00
David Tolnay
56909e6633
Centralize references to inputs.toolchain to a single spot 2024-04-14 11:33:35 -07:00
David Tolnay
9a6ad42c5a
Merge pull request #106 from dtolnay/noxargo
Skip xargo installation for miri toolchain
2024-04-14 10:51:14 -07:00
David Tolnay
c24b276127
Skip xargo installation for miri toolchain 2024-04-14 10:48:41 -07:00
David Tolnay
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 Symoneaux
201ca1e35b
Add 1.77.2 rust release 2024-04-10 14:50:27 +02:00
David Tolnay
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 Ikeguchi
fdb24fea1e
feat: Add 1.77.1 patch release
Signed-off-by: Natsuki Ikeguchi <me@s6n.jp>
2024-03-31 16:01:42 +09:00
David Tolnay
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
David Tolnay
439cf60725
Add 1.72.1 patch release 2023-09-19 08:31:34 -07:00
David Tolnay
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
David Tolnay
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
David Tolnay
6f2eb0d01b
Work around spurious network errors in curl 8.0 2023-09-07 13:19:27 -07:00
David Tolnay
7a26acb927
Update actions/checkout@v3 -> v4 2023-09-04 22:35:00 -07:00
David Tolnay
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
David Tolnay
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
David Tolnay
0d263d75b1
Omit CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse on rustc 1.70+ 2023-06-24 16:26:12 -07:00
David Tolnay
1f5cdb56c8
Predefine branches up to 1.80 2023-06-19 11:00:47 -07:00
David Tolnay
b051cf32dc
Expand curl flags 2023-06-19 10:58:08 -07:00
David Tolnay
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
David Tolnay
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
David Tolnay
e12eda571d
Support a manual trigger on CI workflow 2023-02-18 17:23:55 -08:00
David Tolnay
52e69531e6
Merge pull request #74 from dtolnay/gitprotocol
Overwrite previously set CARGO_REGISTRIES_CRATES_IO_PROTOCOL
2023-02-15 13:32:21 -08:00
David Tolnay
df6c627e20
Overwrite previously set CARGO_REGISTRIES_CRATES_IO_PROTOCOL 2023-02-15 13:28:23 -08:00