Commit graph

97 commits

Author SHA1 Message Date
David Tolnay add0c76632
Install xargo with miri toolchain 2022-06-29 10:17:58 -07:00
David Tolnay e2fb672640
Merge pull request #15 from dtolnay/rustsrc
Install rust-src component by default for miri toolchain
2022-06-29 09:41:21 -07:00
David Tolnay 2c39999f2b
Install rust-src component by default for miri toolchain 2022-06-29 09:38:39 -07:00
David Tolnay 4cbcd90bcf
Add a funding file 2022-06-24 12:05:25 -07:00
David Tolnay 4192802e81
Add icon+color branding for Action 2022-06-24 11:48:26 -07:00
David Tolnay a21fd5d63c
Merge pull request #14 from dtolnay/name
Disambiguate action name
2022-06-24 11:42:27 -07:00
David Tolnay e04dee54dd
Disambiguate action name
GitHub Marketplace requires:

    Name must be unique. Cannot match an existing action, user or organization name.
2022-06-24 11:40:41 -07:00
David Tolnay 1fe553047e
Merge pull request #13 from dtolnay/patch
Add git refs for patch releases
2022-06-16 20:37:51 -07:00
David Tolnay 933cf18b38
Add git refs for patch releases 2022-06-16 20:35:44 -07:00
David Tolnay 10eb3a931f
Disable GitHub Actions run when release branches pushed 2022-06-16 20:32:14 -07:00
David Tolnay 6b4029fa39
Merge pull request #11 from dtolnay/mirici
Only do CI for the miri branch on nightly
2022-06-04 17:24:03 -07:00
David Tolnay b88a2318c2
Only do CI for the miri branch on nightly 2022-06-04 17:21:35 -07:00
David Tolnay ac5882a3ab
Merge pull request #10 from dtolnay/push
Print git push command at end of update-revs.sh
2022-06-04 16:52:24 -07:00
David Tolnay 157fe05a89
Print git push command at end of update-revs.sh 2022-06-04 16:48:01 -07:00
David Tolnay a11e214f9a
Merge pull request #9 from dtolnay/rustup
Move title of rustup install step into the run script
2022-06-04 16:43:08 -07:00
David Tolnay 2dcd099451
Move title of rustup install step into the run script 2022-06-04 16:41:30 -07:00
David Tolnay a8259c0b23
Merge pull request #8 from thomcc/autoinstall-rustup
Attempt to install rustup when not present
2022-06-04 16:39:58 -07:00
Thom Chiovoloni 6ebfe94518
Respect $CARGO_HOME when auto-installing rustup 2022-06-04 16:01:55 -07:00
Thom Chiovoloni 6b014e5670
Attempt to install rustup when not present 2022-06-04 15:32:04 -07:00
David Tolnay 88e7c2e1da
Merge pull request #7 from dtolnay/tools
Update update-revs.sh to create clippy and miri branches
2022-04-24 18:59:00 -07:00
David Tolnay 0566215740
Update update-revs.sh to create clippy and miri branches 2022-04-24 18:57:41 -07:00
David Tolnay 314c329137
Move base checkout into loop 2022-04-24 18:50:39 -07:00
David Tolnay 89849aa1e8
Merge pull request #6 from dtolnay/checkout
Update example workflow in readme to actions/checkout@v3
2022-04-24 18:32:51 -07:00
David Tolnay 47fb9d8bf4
Update CI to actions/checkout@v3 2022-04-24 18:31:38 -07:00
David Tolnay e9a5c18326
Update example workflow in readme to actions/checkout@v3 2022-04-24 18:30:51 -07:00
David Tolnay e8eba93da6
Increment revs max version to 1.70.0 2022-03-19 19:09:40 -07:00
David Tolnay 0179615243
Replace 'ex.' abbreviation in readme
This was copied from the equivalent table in the readme of
actions-rs/toolchain, but is not common usage I think.
2022-02-13 19:43:02 -08:00
David Tolnay 29ecc718a5
Merge pull request #5 from dtolnay/ci
Test self in CI
2021-12-27 10:32:40 -08:00
David Tolnay 2fe8a8ee69
Test self in CI 2021-12-27 10:30:23 -08:00
David Tolnay 1bccaa1715
Emit allow-downgrade flag only on nightly with components 2021-10-09 06:10:44 +01:00
David Tolnay c1964a6b50
Clean up bash variable naming 2021-10-09 06:04:03 +01:00
David Tolnay 23a8e99b6b
Add revs update script 2021-10-09 05:20:16 +01:00
David Tolnay 7f2ec0f367
Add readme 2021-10-09 05:15:41 +01:00
David Tolnay cd924db82b
Opt in to downgrade on unavailable components 2021-10-09 05:11:12 +01:00
David Tolnay 8e1a49f458
Support multiple targets 2021-10-09 05:09:30 +01:00
David Tolnay eaa8734e7e
Name in a way that is actually rendered by Actions ui 2021-10-09 05:08:40 +01:00
David Tolnay 947b7d5e81
Name flags step 2021-10-09 05:07:58 +01:00
David Tolnay a538c0eb3d
Rearrange flags generation into one step 2021-10-09 05:07:44 +01:00
David Tolnay 8fb5bc3133
Handle whitespace in comma separated components 2021-10-09 04:57:39 +01:00
David Tolnay 123acc0c06
Extract target and component flag generation to steps 2021-10-09 04:42:18 +01:00
David Tolnay 58522575e4
Support installing additional rustup components 2021-10-09 04:20:26 +01:00
David Tolnay d115c8759a
Support specifying target triple 2021-10-09 04:16:07 +01:00
David Tolnay 1b2f63dd38
Provide rustc version as a workflow output 2021-10-09 04:06:06 +01:00
David Tolnay 6ab2a4a841
Print rustc version after install 2021-10-09 04:01:43 +01:00
David Tolnay f51b131c6b
Add initial attempt at composite Actions logic 2021-10-09 03:57:15 +01:00
David Tolnay 4138c80a33
Add MIT license 2021-10-09 02:41:20 +01:00
David Tolnay e258f77959
Initial commit 2021-10-09 02:41:14 +01:00