Commit Graph

163 Commits

Author SHA1 Message Date
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
David Tolnay 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
David Tolnay 0a1713a447
Merge pull request #72 from dtolnay/not
Fix not -> !
2023-02-15 03:46:26 -08:00
David Tolnay e6d955b6b3
Fix 'syntax error near unexpected token `!`' 2023-02-15 03:32:46 -08:00
David Tolnay 9fd0ad29be
Fix not -> ! 2023-02-15 03:32:09 -08:00
David Tolnay 25dc93b901
Merge pull request #69 from dtolnay/sparseregistry
Tweak sparse registry conditional
2023-02-12 13:10:08 -08:00
David Tolnay 138ed95c4e
Tweak sparse registry conditional 2023-02-12 13:04:46 -08:00
David Tolnay b17a489743
Move sparse registry comment out of section title 2023-02-12 12:46:53 -08:00
David Tolnay edee0abeb7
Revert "Enable -Zrandomize-layout on nightly toolchain"
This reverts commit f4baa51409.
2023-02-12 12:39:40 -08:00
David Tolnay 620177ca93
Merge pull request #67 from dtolnay/randomizelayout
Enable -Zrandomize-layout on nightly toolchain
2023-02-12 12:28:33 -08:00
David Tolnay f4baa51409
Enable -Zrandomize-layout on nightly toolchain 2023-02-12 12:25:10 -08:00
David Tolnay 785525df07
Merge pull request #66 from dtolnay/sparseregistry
Set CARGO_REGISTRIES_CRATES_IO_PROTOCOL
2023-02-12 12:11:33 -08:00
David Tolnay de1aa37b50
Set CARGO_REGISTRIES_CRATES_IO_PROTOCOL 2023-02-12 12:08:23 -08:00
David Tolnay dd1a82b720
Merge pull request #65 from dtolnay/envset
Do not override value of an already set environment variable
2023-02-12 11:49:38 -08:00
David Tolnay 5dd156c2f5
Do not override value of an already set environment variable 2023-02-12 11:45:44 -08:00
David Tolnay 0b8aa5ea11
Touch up spacing in rustup command 2023-02-12 11:42:32 -08:00
David Tolnay bb357d4af1
Add 1.67.1 patch release 2023-02-09 17:40:59 -08:00
David Tolnay 9cd00a88a7
Merge pull request #60 from dtolnay/outputs
Document workflow outputs in a table in readme
2023-02-01 15:14:34 -08:00
David Tolnay 3fd7e41f91
Document workflow outputs in a table in readme 2023-02-01 15:06:03 -08:00
David Tolnay c758e63728
Merge pull request #58 from dtolnay/name
Add output providing the installed toolchain name
2023-01-31 13:03:31 -08:00
David Tolnay 0c819c9641
Fix CI workflow parse error
Error: /home/runner/work/rust-toolchain/rust-toolchain/./action.yml (Line: 27, Col: 18): A template expression is not allowed in this context
    Error: /home/runner/work/rust-toolchain/rust-toolchain/./action.yml (Line: 27, Col: 18): A template expression is not allowed in this context
    Error: GitHub.DistributedTask.ObjectTemplating.TemplateValidationException: The template is not valid. /home/runner/work/rust-toolchain/rust-toolchain/./action.yml (Line: 27, Col: 18): A template expression is not allowed in this context
       at GitHub.DistributedTask.ObjectTemplating.TemplateValidationErrors.Check()
       at GitHub.Runner.Worker.ActionManifestManager.ConvertRuns(IExecutionContext executionContext, TemplateContext templateContext, TemplateToken inputsToken, String fileRelativePath, MappingToken outputs)
       at GitHub.Runner.Worker.ActionManifestManager.Load(IExecutionContext executionContext, String manifestFile)
    Error: Fail to load /home/runner/work/rust-toolchain/rust-toolchain/./action.yml
2023-01-31 13:00:22 -08:00