3
0
Fork 0
mirror of https://github.com/dtolnay/install.git synced 2024-11-21 16:09:32 +01:00
Commit graph

98 commits

Author SHA1 Message Date
David Tolnay
2118353b98
Remove 'crate' input from revs that already have a crate specified 2024-04-14 10:08:49 -07:00
David Tolnay
5608aafdb5
Add dotslash build 2024-02-09 19:28:09 -08:00
David Tolnay
b5391fc696
Merge pull request #15 from dtolnay/afl
Move cargo-afl binary from afl to cargo-afl crate
2023-11-24 11:59:32 -08:00
David Tolnay
6f9212bcfc
Move cargo-afl binary from afl to cargo-afl crate 2023-11-24 11:57:03 -08:00
David Tolnay
c2765ec64a
Merge pull request #14 from dtolnay/locked
Support `--locked` during install
2023-10-08 13:01:43 -04:00
David Tolnay
01f65ed591
Support --locked during install 2023-10-08 10:01:23 -07:00
David Tolnay
e7ebb97ed1
Merge pull request #13 from dtolnay/toolchain
Add input for selecting a Rust toolchain
2023-10-08 12:59:40 -04:00
David Tolnay
bd7d49ba2f
Add input for selecting a Rust toolchain 2023-10-08 09:58:00 -07:00
David Tolnay
a68a881155
Add taplo-cli build 2023-10-01 23:38:43 -04:00
David Tolnay
6a2d0acd48
Add cargo-docs-rs build 2023-09-23 17:20:42 -07:00
David Tolnay
1c60522fd9
Update actions/checkout@v3 -> v4 2023-09-04 22:34:58 -07:00
David Tolnay
7e603dc845
Delete buck2 build
Buck2 builds are published to https://github.com/facebook/buck2/releases/tag/latest,
and that is what is used by https://github.com/dtolnay/install-buck2.
2023-08-15 08:14:04 -07:00
David Tolnay
07e88c5ca3
Add mdbook build 2023-06-19 13:52:22 -07:00
David Tolnay
2e10ba4a2b
Add buckle build 2023-06-11 13:20:32 -07:00
David Tolnay
5b34f552bd
Update buck2 git repository path 2023-05-07 17:19:44 -07:00
David Tolnay
a67d20ef8e
Update buck2 for new location in repo
f7e4776324
2023-04-16 15:46:20 -07:00
David Tolnay
15e95cc732
Add honggfuzz build 2023-03-26 17:50:30 -07:00
David Tolnay
72bae93b42
Add afl build 2023-03-26 17:14:26 -07:00
David Tolnay
c39c939203
Support a manual trigger on all workflows 2023-02-18 17:17:51 -08:00
David Tolnay
ac7d2e0fca
Add cargo-web build 2023-01-27 19:27:20 -08:00
David Tolnay
832510eac1
Revert "Move reusable workflow to repo root"
This reverts commit a1576aeee3.

https://stackoverflow.com/questions/73026597/github-actions-suddenly-throwing-no-version-specified-for-reusable-workflows-t

"Reusable workflows" vs "local actions" use the same syntax but are
different mechanisms. :(
2023-01-22 15:04:33 -08:00
David Tolnay
a1576aeee3
Move reusable workflow to repo root 2023-01-22 15:00:56 -08:00
David Tolnay
3bf9792860
Revert "Make protoc available"
Preinstalled protoc is no longer required as of 350f5abdd5.

This reverts commit a0357c4099.
2023-01-07 15:24:41 -08:00
David Tolnay
a3badf5016
Add reindeer build 2022-12-02 15:02:06 -08:00
David Tolnay
a0357c4099
Make protoc available 2022-12-01 16:03:51 -08:00
David Tolnay
a4009f7dc7
Merge pull request #10 from dtolnay/git
Checkout and install from repo, instead of --git
2022-12-01 16:03:02 -08:00
David Tolnay
f850d6b745
Checkout and install from repo, instead of --git 2022-12-01 16:00:09 -08:00
David Tolnay
6c41e2d294
Add buck2 build 2022-12-01 09:53:25 -08:00
David Tolnay
6376e3d3ee
Remove explanation of signing key from readme 2022-12-01 09:51:57 -08:00
David Tolnay
59115418f6
Time out workflows after 45 minutes
GitHub's default timeout is 6 hours. Recently some of my GitHub Actions
jobs have started randomly stalling for that long, which is inconvenient
because it ties up a chunk of my runner quota. It apepars to be very
rare for a job to recover after stalling. It's better to time out
quicker and retry on a different runner.
2022-11-24 21:37:30 -08:00
David Tolnay
eee5d890fa
Add a funding file 2022-11-24 21:24:57 -08:00
David Tolnay
85faf96150
Add dircnt build 2022-10-17 17:10:28 -07:00
David Tolnay
3a6a01dc3a
Add cbindgen build 2022-10-17 11:27:46 -07:00
David Tolnay
9336cb6b43
Add bindgen-cli build 2022-10-17 11:23:47 -07:00
David Tolnay
b9085b1679
Merge pull request #9 from dtolnay/output
Switch from set-output to $GITHUB_OUTPUT
2022-10-13 09:36:41 -07:00
David Tolnay
9d008015ed
Switch from set-output to $GITHUB_OUTPUT 2022-10-13 09:35:44 -07:00
David Tolnay
601f148a1e
GitHub Workflows security hardening 2022-09-02 15:09:29 -07:00
David Tolnay
76f782796a
Merge pull request #8 from dtolnay/local
Use build.yml workflow from local branch
2022-07-01 11:01:46 -07:00
David Tolnay
faa2643bbe
Use build.yml workflow from local branch
https://github.blog/changelog/2022-01-25-github-actions-reusable-workflows-can-be-referenced-locally/
2022-07-01 11:00:25 -07:00
David Tolnay
a902e65453
Merge pull request #7 from dtolnay/secrets
Use new `secrets: inherit` feature
2022-07-01 10:50:05 -07:00
David Tolnay
1c670717fb
Use new 'secrets: inherit' feature
https://github.blog/changelog/2022-05-03-github-actions-simplify-using-secrets-with-reusable-workflows/
2022-07-01 10:48:31 -07:00
David Tolnay
04fdbf4b8b
Cargo-rm renamed to cargo-unlock 2022-07-01 04:54:36 -07:00
David Tolnay
dd191651d5
Try pre-creating tag 2022-06-29 07:26:13 -07:00
David Tolnay
85cdb5ee73
Merge pull request #6 from dtolnay/commitish
Change target_commitish from github.ref to github.sha
2022-06-29 07:04:23 -07:00
David Tolnay
cd0f42e68d
Change target_commitish from github.ref to github.sha 2022-06-29 07:02:49 -07:00
David Tolnay
d642d2aa21
Add xargo build 2022-06-29 06:49:44 -07:00
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