3
0
Fork 0
mirror of https://github.com/dtolnay/install.git synced 2024-11-22 08:29:30 +01:00
Commit graph

52 commits

Author SHA1 Message Date
David Tolnay
c9bbe888ec
Merge pull request #5 from dtolnay/ci
Add a basic daily CI job
2022-06-26 21:54:45 -07:00
David Tolnay
bbe518a8d1
Add a basic daily CI job 2022-06-26 21:54:00 -07:00
David Tolnay
61ed2ef585
Make sure force push always pushes something for each arg 2022-06-26 20:16:20 -07:00
David Tolnay
93373315d5
Spell out tag delete flag 2022-06-26 12:26:12 -07:00
David Tolnay
3a5eecab54
Allow clobber existing tags on fetch 2022-06-26 12:25:58 -07:00
David Tolnay
66548cefd2
Fix typo in branch delete step 2022-06-26 12:15:28 -07:00
David Tolnay
e6ff5751b5
Add a script for rebasing crate branches 2022-06-26 12:13:49 -07:00
David Tolnay
4507de1760
Delete tag so that action-gh-release always creates it 2022-06-26 11:54:28 -07:00
David Tolnay
4b88af5476
Merge pull request #4 from dtolnay/retry
Add retry for curl steps
2022-06-26 11:49:16 -07:00
David Tolnay
bd6dc5b7a6
Add retry for curl steps 2022-06-26 11:47:54 -07:00
David Tolnay
2bc08ab103
Install rustup-toolchain-install-master with no-default-components support 2022-06-22 10:30:50 -07:00
David Tolnay
90b2bd043a
Merge pull request #3 from dtolnay/git
Add support for git install
2022-06-22 10:28:58 -07:00
David Tolnay
c9bdaff04e
Add support for git install 2022-06-22 10:28:41 -07:00
David Tolnay
17f5df87e0
Add rustup-toolchain-install-master build 2022-06-22 09:43:53 -07:00
David Tolnay
2092cdac92
Enable 'contents: write' permission for all build jobs
Otherwise:

    The workflow is not valid. .github/workflows/cargo-expand.yml (Line: 9, Col: 3):
    Error calling workflow 'dtolnay/install/.github/workflows/build.yml@master'.
    The nested job 'build' is requesting 'contents: write', but is only allowed 'contents: read'.
2022-06-20 03:16:52 -07:00
David Tolnay
2cff523187
Opt in to granular repository write permission 2022-06-20 03:15:03 -07:00
David Tolnay
aee3e380fc
Update workflows to actions/checkout@v3 2022-04-25 01:39:22 -07:00
David Tolnay
96eb011dc9
Fix version grep interpolation syntax 2021-11-17 11:52:32 -08:00
David Tolnay
5579dcabc3
Merge pull request #2 from dtolnay/version
Include version number in release body
2021-11-17 11:43:39 -08:00
David Tolnay
91e2064b20
Include version number in release body 2021-11-17 11:41:27 -08:00
David Tolnay
b8dce30fba
Add faketty build 2021-10-09 05:57:15 +01:00
David Tolnay
d5aa088c6e
Add cargo-bloat build 2021-10-09 05:51:17 +01:00
David Tolnay
c9b0cb7667
Try to place tag on the same commit that triggered build 2021-10-09 01:46:29 +01:00
David Tolnay
713f17fd49
Tell action-gh-release what tag to release 2021-10-09 01:38:32 +01:00
David Tolnay
c48d5eecf2
Kick rebuilds via branch instead of tag
Having some trouble getting GitHub Actions to run the "on: push: tags"
build after a tag is repointed to a new commit.
2021-10-09 01:34:43 +01:00
David Tolnay
40d0ba7628
Add star-history build 2021-10-09 01:10:03 +01:00
David Tolnay
1af4c1c741
Add sha1dir build 2021-10-09 01:09:44 +01:00
David Tolnay
8a4139a748
Add cargo-fuzz build 2021-10-09 01:05:31 +01:00
David Tolnay
1d5ba62c60
Add cargo-tally build 2021-10-09 01:04:13 +01:00
David Tolnay
ddd85f9eab
Add cargo-rm build 2021-10-09 01:03:52 +01:00
David Tolnay
e384d6f905
Add cargo-llvm-lines build 2021-10-09 01:03:29 +01:00
David Tolnay
9d028f5e08
Fix reusable workflow secrets syntax 2021-10-08 00:49:45 -04:00
David Tolnay
09c09539c2
Pass private key into the reusable workflow 2021-10-08 00:48:21 -04:00
David Tolnay
4498cd03b1
Declare required private key secret 2021-10-08 00:46:40 -04:00
David Tolnay
3681aa28dd
Clean up nested workflow name 2021-10-08 00:42:30 -04:00
David Tolnay
98a5d57fe8
Factor build steps into reusable workflow 2021-10-08 00:40:08 -04:00
David Tolnay
de230d0f11
Add cargo-outdated build 2021-10-08 00:21:45 -04:00
David Tolnay
d9d571073c
Force rebuild even if GitHub image contains crate 2021-10-08 00:20:42 -04:00
David Tolnay
3b7f7d5ac9
Fail curl step on 404 2021-10-08 00:16:08 -04:00
David Tolnay
8f29627a44
Mark signing key id trusted 2021-10-08 00:06:35 -04:00
David Tolnay
8176f42f8b
Add screenshot to readme 2021-10-07 23:33:56 -04:00
David Tolnay
c21a44f3db
Overwrite signing-key.gpg if already exists 2021-10-07 23:15:17 -04:00
David Tolnay
8031c88e17
Follow 302 redirect from github to cdn 2021-10-07 23:11:32 -04:00
David Tolnay
ca4d438e02
Hide noisy curl progress bars 2021-10-07 23:06:21 -04:00
David Tolnay
d302b2d6cf
Set required shell parameter for each step 2021-10-07 23:03:25 -04:00
David Tolnay
3f167e0ca8
Add cargo-expand build 2021-10-07 22:53:00 -04:00
David Tolnay
0c58fefddf
Add cxxbridge-cmd build 2021-10-07 22:52:29 -04:00
David Tolnay
059550de26
Add readme 2021-10-07 22:51:26 -04:00
David Tolnay
d875af3684
Add initial attempt at composite Actions logic 2021-10-07 22:51:09 -04:00
David Tolnay
8ca1acc952
Add public key of signing key 2021-10-07 22:50:30 -04:00