mirror of
https://github.com/taiki-e/install-action.git
synced 2026-05-14 08:20:27 +00:00
Compare commits
54 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a86d24f499 | ||
|
|
c13274e43a | ||
|
|
b0d750a59e | ||
|
|
7d5481ab3a | ||
|
|
b6afd8d427 | ||
|
|
d1839c2f68 | ||
|
|
85064bbc1c | ||
|
|
9fdefab8ca | ||
|
|
c430b7f8ce | ||
|
|
cfca345a65 | ||
|
|
a76dc5ad72 | ||
|
|
1dda3d1d7e | ||
|
|
92705122ed | ||
|
|
7e5692dc7d | ||
|
|
8aa291abce | ||
|
|
36cb23f9a6 | ||
|
|
ab4e6f5142 | ||
|
|
aae9c8b0a3 | ||
|
|
6eaed8fc4e | ||
|
|
fd84b52d9c | ||
|
|
d637ba13b3 | ||
|
|
f343021ffc | ||
|
|
d7602d9dcb | ||
|
|
31800b17cc | ||
|
|
e6302a3430 | ||
|
|
1e5fc1d1ff | ||
|
|
ca9824f699 | ||
|
|
de0d285973 | ||
|
|
fb59c794dd | ||
|
|
daa62f7ff1 | ||
|
|
f113ef4cd9 | ||
|
|
6a6a02956b | ||
|
|
782f135cee | ||
|
|
d39d50062b | ||
|
|
6f1ebcd9e2 | ||
|
|
161dccbf9a | ||
|
|
b410f0ad6a | ||
|
|
e067205061 | ||
|
|
78118df4d7 | ||
|
|
1cbab0616a | ||
|
|
e937b634a0 | ||
|
|
37f510303a | ||
|
|
841e33c134 | ||
|
|
095ba5e160 | ||
|
|
0e32218b80 | ||
|
|
4a4d2c21ca | ||
|
|
64d4f090ec | ||
|
|
60952837b3 | ||
|
|
640bc768ee | ||
|
|
d5b4eb3fc2 | ||
|
|
83e8fa8971 | ||
|
|
2ab583ea78 | ||
|
|
6745402100 | ||
|
|
03433ef024 |
12
.github/workflows/ci.yml
vendored
12
.github/workflows/ci.yml
vendored
@@ -27,19 +27,19 @@ jobs:
|
|||||||
tool:
|
tool:
|
||||||
# Note: Specifying the version of valgrind and wasm-pack is not supported.
|
# Note: Specifying the version of valgrind and wasm-pack is not supported.
|
||||||
# cargo-watch is supported by cargo-binstall (through quickinstall)
|
# cargo-watch is supported by cargo-binstall (through quickinstall)
|
||||||
- cargo-hack,cargo-llvm-cov,cargo-minimal-versions,parse-changelog,cross,nextest,shellcheck,shfmt,valgrind,wasm-pack,wasmtime,mdbook,cargo-watch
|
- cargo-hack,cargo-llvm-cov,cargo-minimal-versions,parse-changelog,cross,nextest,shellcheck,shfmt,valgrind,wasm-pack,wasmtime,mdbook,mdbook-linkcheck,cargo-watch
|
||||||
- cargo-hack@0.5.14,cargo-llvm-cov@0.4.8,cargo-minimal-versions@0.1.4,parse-changelog@0.4.8,cross@0.2.1,nextest@0.9.11,shellcheck@0.8.0,shfmt@3.5.1,wasmtime@0.37.0,mdbook@0.4.18,cargo-watch@8.1.1
|
- cargo-hack@0.5.16,cargo-llvm-cov@0.4.12,cargo-minimal-versions@0.1.5,parse-changelog@0.5.0,cross@0.2.4,nextest@0.9.11,shellcheck@0.8.0,shfmt@3.5.1,wasmtime@0.39.1,mdbook@0.4.21,mdbook-linkcheck@0.7.6,cargo-watch@8.1.1
|
||||||
# Nextest supports basic version ranges as well
|
# Nextest supports basic version ranges as well
|
||||||
- nextest@0.9
|
- nextest@0.9
|
||||||
include:
|
include:
|
||||||
# Note: mdBook binary is incompatible with ubuntu 18.04,
|
# Note: mdBook binary is incompatible with ubuntu 18.04,
|
||||||
# see https://github.com/rust-lang/mdBook/issues/1779
|
# see https://github.com/rust-lang/mdBook/issues/1779
|
||||||
- os: ubuntu-18.04
|
- os: ubuntu-18.04
|
||||||
tool: cargo-hack,cargo-llvm-cov,cargo-minimal-versions,parse-changelog,cross,nextest,shellcheck,shfmt,valgrind,wasm-pack,wasmtime,cargo-watch
|
tool: cargo-hack,cargo-llvm-cov,cargo-minimal-versions,parse-changelog,cross,nextest,shellcheck,shfmt,valgrind,wasm-pack,wasmtime,mdbook-linkcheck,cargo-watch
|
||||||
- os: macos-10.15
|
- os: macos-11
|
||||||
tool: cargo-hack,cargo-llvm-cov,cargo-minimal-versions,parse-changelog,cross,nextest,shellcheck,shfmt,wasm-pack,wasmtime,mdbook,cargo-watch
|
tool: cargo-hack,cargo-llvm-cov,cargo-minimal-versions,parse-changelog,cross,nextest,shellcheck,shfmt,wasm-pack,wasmtime,mdbook,mdbook-linkcheck,cargo-watch
|
||||||
- os: windows-2019
|
- os: windows-2019
|
||||||
tool: cargo-hack,cargo-llvm-cov,cargo-minimal-versions,parse-changelog,cross,nextest,cargo-watch
|
tool: cargo-hack,cargo-llvm-cov,cargo-minimal-versions,parse-changelog,cross,nextest,wasmtime,mdbook,mdbook-linkcheck,cargo-watch
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|||||||
106
CHANGELOG.md
106
CHANGELOG.md
@@ -10,6 +10,92 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [1.8.2] - 2022-07-30
|
||||||
|
|
||||||
|
- Update `cargo-hack@latest` to 0.5.16.
|
||||||
|
- Update `cargo-llvm-cov@latest` to 0.4.12.
|
||||||
|
|
||||||
|
## [1.8.1] - 2022-07-26
|
||||||
|
|
||||||
|
- Fix cargo-binstall installation failure.
|
||||||
|
|
||||||
|
## [1.8.0] - 2022-07-26
|
||||||
|
|
||||||
|
- Only use musl binaries for nextest if glibc isn't available. See [#13](https://github.com/taiki-e/install-action/issues/13) for more.
|
||||||
|
|
||||||
|
- Fix cargo-binstall installation failure. ([#16](https://github.com/taiki-e/install-action/pull/16), thanks @CAD97)
|
||||||
|
|
||||||
|
- Accept `cargo-nextest` as an alias for `nextest`. ([#15](https://github.com/taiki-e/install-action/pull/15), thanks @CAD97)
|
||||||
|
|
||||||
|
## [1.7.0] - 2022-07-25
|
||||||
|
|
||||||
|
- Install Rust-related binaries to `/usr/local/bin` when `$CARGO_HOME/bin` and `$HOME/.cargo/bin` is not available.
|
||||||
|
|
||||||
|
## [1.6.1] - 2022-07-25
|
||||||
|
|
||||||
|
- Fix diagnostics.
|
||||||
|
|
||||||
|
## [1.6.0] - 2022-07-25
|
||||||
|
|
||||||
|
- Support mdbook-linkcheck.
|
||||||
|
- Support mdbook on Windows.
|
||||||
|
- Support wasmtime on Windows.
|
||||||
|
- Support nextest on Linux (musl).
|
||||||
|
- Fix installation failure when `$CARGO_HOME/bin` and `$HOME/.cargo/bin` is not available.
|
||||||
|
|
||||||
|
## [1.5.11] - 2022-07-25
|
||||||
|
|
||||||
|
- Fix cargo-binstall installation on macOS and Windows.
|
||||||
|
|
||||||
|
## [1.5.10] - 2022-07-24
|
||||||
|
|
||||||
|
- Update `parse-changelog@latest` to 0.5.0.
|
||||||
|
|
||||||
|
## [1.5.9] - 2022-07-22
|
||||||
|
|
||||||
|
- Update `wasmtime@latest` to 0.39.1.
|
||||||
|
- Update `mdbook@latest` to 0.4.21.
|
||||||
|
|
||||||
|
## [1.5.8] - 2022-07-21
|
||||||
|
|
||||||
|
- Update `wasmtime@latest` to 0.39.0.
|
||||||
|
|
||||||
|
## [1.5.7] - 2022-07-20
|
||||||
|
|
||||||
|
- Update `cargo-llvm-cov@latest` to 0.4.11.
|
||||||
|
|
||||||
|
## [1.5.6] - 2022-07-18
|
||||||
|
|
||||||
|
- Update `cargo-llvm-cov@latest` to 0.4.10.
|
||||||
|
|
||||||
|
## [1.5.5] - 2022-07-18
|
||||||
|
|
||||||
|
- Update `cargo-hack@latest` to 0.5.15.
|
||||||
|
|
||||||
|
## [1.5.4] - 2022-07-16
|
||||||
|
|
||||||
|
- Update `mdbook@latest` to 0.4.20.
|
||||||
|
- Update `cross@latest` to 0.2.4.
|
||||||
|
- Update `cargo-minimal-versions@latest` to 0.1.5.
|
||||||
|
- Update `parse-changelog@latest` to 0.4.9.
|
||||||
|
|
||||||
|
## [1.5.3] - 2022-07-07
|
||||||
|
|
||||||
|
- Update `cargo-llvm-cov@latest` to 0.4.9.
|
||||||
|
|
||||||
|
## [1.5.2] - 2022-07-02
|
||||||
|
|
||||||
|
- Update `cross@latest` to 0.2.2.
|
||||||
|
|
||||||
|
## [1.5.1] - 2022-07-02
|
||||||
|
|
||||||
|
- Update `mdbook@latest` to 0.4.19.
|
||||||
|
|
||||||
|
## [1.5.0] - 2022-06-28
|
||||||
|
|
||||||
|
- Enable secure mode for `cargo-binstall`. ([#9](https://github.com/taiki-e/install-action/pull/9), thanks @NobodyXu)
|
||||||
|
- Update `wasmtime@latest` to 0.38.1.
|
||||||
|
|
||||||
## [1.4.2] - 2022-06-16
|
## [1.4.2] - 2022-06-16
|
||||||
|
|
||||||
- Update `cargo-llvm-cov@latest` to 0.4.8.
|
- Update `cargo-llvm-cov@latest` to 0.4.8.
|
||||||
@@ -157,7 +243,25 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
|
|||||||
|
|
||||||
Initial release
|
Initial release
|
||||||
|
|
||||||
[Unreleased]: https://github.com/taiki-e/install-action/compare/v1.4.2...HEAD
|
[Unreleased]: https://github.com/taiki-e/install-action/compare/v1.8.2...HEAD
|
||||||
|
[1.8.2]: https://github.com/taiki-e/install-action/compare/v1.8.1...v1.8.2
|
||||||
|
[1.8.1]: https://github.com/taiki-e/install-action/compare/v1.8.0...v1.8.1
|
||||||
|
[1.8.0]: https://github.com/taiki-e/install-action/compare/v1.7.0...v1.8.0
|
||||||
|
[1.7.0]: https://github.com/taiki-e/install-action/compare/v1.6.1...v1.7.0
|
||||||
|
[1.6.1]: https://github.com/taiki-e/install-action/compare/v1.6.0...v1.6.1
|
||||||
|
[1.6.0]: https://github.com/taiki-e/install-action/compare/v1.5.11...v1.6.0
|
||||||
|
[1.5.11]: https://github.com/taiki-e/install-action/compare/v1.5.10...v1.5.11
|
||||||
|
[1.5.10]: https://github.com/taiki-e/install-action/compare/v1.5.9...v1.5.10
|
||||||
|
[1.5.9]: https://github.com/taiki-e/install-action/compare/v1.5.8...v1.5.9
|
||||||
|
[1.5.8]: https://github.com/taiki-e/install-action/compare/v1.5.7...v1.5.8
|
||||||
|
[1.5.7]: https://github.com/taiki-e/install-action/compare/v1.5.6...v1.5.7
|
||||||
|
[1.5.6]: https://github.com/taiki-e/install-action/compare/v1.5.5...v1.5.6
|
||||||
|
[1.5.5]: https://github.com/taiki-e/install-action/compare/v1.5.4...v1.5.5
|
||||||
|
[1.5.4]: https://github.com/taiki-e/install-action/compare/v1.5.3...v1.5.4
|
||||||
|
[1.5.3]: https://github.com/taiki-e/install-action/compare/v1.5.2...v1.5.3
|
||||||
|
[1.5.2]: https://github.com/taiki-e/install-action/compare/v1.5.1...v1.5.2
|
||||||
|
[1.5.1]: https://github.com/taiki-e/install-action/compare/v1.5.0...v1.5.1
|
||||||
|
[1.5.0]: https://github.com/taiki-e/install-action/compare/v1.4.2...v1.5.0
|
||||||
[1.4.2]: https://github.com/taiki-e/install-action/compare/v1.4.1...v1.4.2
|
[1.4.2]: https://github.com/taiki-e/install-action/compare/v1.4.1...v1.4.2
|
||||||
[1.4.1]: https://github.com/taiki-e/install-action/compare/v1.4.0...v1.4.1
|
[1.4.1]: https://github.com/taiki-e/install-action/compare/v1.4.0...v1.4.1
|
||||||
[1.4.0]: https://github.com/taiki-e/install-action/compare/v1.3.13...v1.4.0
|
[1.4.0]: https://github.com/taiki-e/install-action/compare/v1.3.13...v1.4.0
|
||||||
|
|||||||
26
README.md
26
README.md
@@ -39,7 +39,7 @@ To install a specific version, use `@version` syntax:
|
|||||||
```yaml
|
```yaml
|
||||||
- uses: taiki-e/install-action@v1
|
- uses: taiki-e/install-action@v1
|
||||||
with:
|
with:
|
||||||
tool: cargo-hack@0.5.11
|
tool: cargo-hack@0.5.16
|
||||||
```
|
```
|
||||||
|
|
||||||
To install multiple tools:
|
To install multiple tools:
|
||||||
@@ -66,19 +66,23 @@ https://spdx.org/licenses
|
|||||||
|
|
||||||
| Name | Where binaries will be installed | Where will it be installed from | Supported platform | License |
|
| Name | Where binaries will be installed | Where will it be installed from | Supported platform | License |
|
||||||
| ---- | -------------------------------- | ------------------------------- | ------------------ | ------- |
|
| ---- | -------------------------------- | ------------------------------- | ------------------ | ------- |
|
||||||
| [**cargo-hack**](https://github.com/taiki-e/cargo-hack) | `~/.cargo/bin` | [GitHub Releases](https://github.com/taiki-e/cargo-hack/releases) | Linux, macOS, Windows | [Apache-2.0](https://github.com/taiki-e/cargo-hack/blob/HEAD/LICENSE-APACHE) OR [MIT](https://github.com/taiki-e/cargo-hack/blob/HEAD/LICENSE-MIT) |
|
| [**cargo-hack**](https://github.com/taiki-e/cargo-hack) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/taiki-e/cargo-hack/releases) | Linux, macOS, Windows | [Apache-2.0](https://github.com/taiki-e/cargo-hack/blob/HEAD/LICENSE-APACHE) OR [MIT](https://github.com/taiki-e/cargo-hack/blob/HEAD/LICENSE-MIT) |
|
||||||
| [**cargo-llvm-cov**](https://github.com/taiki-e/cargo-llvm-cov) | `~/.cargo/bin` | [GitHub Releases](https://github.com/taiki-e/cargo-llvm-cov/releases) | Linux, macOS, Windows | [Apache-2.0](https://github.com/taiki-e/cargo-llvm-cov/blob/HEAD/LICENSE-APACHE) OR [MIT](https://github.com/taiki-e/cargo-llvm-cov/blob/HEAD/LICENSE-MIT) |
|
| [**cargo-llvm-cov**](https://github.com/taiki-e/cargo-llvm-cov) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/taiki-e/cargo-llvm-cov/releases) | Linux, macOS, Windows | [Apache-2.0](https://github.com/taiki-e/cargo-llvm-cov/blob/HEAD/LICENSE-APACHE) OR [MIT](https://github.com/taiki-e/cargo-llvm-cov/blob/HEAD/LICENSE-MIT) |
|
||||||
| [**cargo-minimal-versions**](https://github.com/taiki-e/cargo-minimal-versions) | `~/.cargo/bin` | [GitHub Releases](https://github.com/taiki-e/cargo-minimal-versions/releases) | Linux, macOS, Windows | [Apache-2.0](https://github.com/taiki-e/cargo-minimal-versions/blob/HEAD/LICENSE-APACHE) OR [MIT](https://github.com/taiki-e/cargo-minimal-versions/blob/HEAD/LICENSE-MIT) |
|
| [**cargo-minimal-versions**](https://github.com/taiki-e/cargo-minimal-versions) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/taiki-e/cargo-minimal-versions/releases) | Linux, macOS, Windows | [Apache-2.0](https://github.com/taiki-e/cargo-minimal-versions/blob/HEAD/LICENSE-APACHE) OR [MIT](https://github.com/taiki-e/cargo-minimal-versions/blob/HEAD/LICENSE-MIT) |
|
||||||
| [**parse-changelog**](https://github.com/taiki-e/parse-changelog) | `~/.cargo/bin` | [GitHub Releases](https://github.com/taiki-e/parse-changelog/releases) | Linux, macOS, Windows | [Apache-2.0](https://github.com/taiki-e/parse-changelog/blob/HEAD/LICENSE-APACHE) OR [MIT](https://github.com/taiki-e/parse-changelog/blob/HEAD/LICENSE-MIT) |
|
| [**parse-changelog**](https://github.com/taiki-e/parse-changelog) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/taiki-e/parse-changelog/releases) | Linux, macOS, Windows | [Apache-2.0](https://github.com/taiki-e/parse-changelog/blob/HEAD/LICENSE-APACHE) OR [MIT](https://github.com/taiki-e/parse-changelog/blob/HEAD/LICENSE-MIT) |
|
||||||
| [**cross**](https://github.com/cross-rs/cross) | `~/.cargo/bin` | [GitHub Releases](https://github.com/cross-rs/cross/releases) | Linux, macOS, Windows | [Apache-2.0](https://github.com/cross-rs/cross/blob/HEAD/LICENSE-APACHE) OR [MIT](https://github.com/cross-rs/cross/blob/HEAD/LICENSE-MIT) |
|
| [**cross**](https://github.com/cross-rs/cross) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/cross-rs/cross/releases) | Linux, macOS, Windows | [Apache-2.0](https://github.com/cross-rs/cross/blob/HEAD/LICENSE-APACHE) OR [MIT](https://github.com/cross-rs/cross/blob/HEAD/LICENSE-MIT) |
|
||||||
| [**nextest**](https://github.com/nextest-rs/nextest) | `~/.cargo/bin` | [GitHub Releases](https://github.com/nextest-rs/nextest/releases) | Linux, macOS, Windows | [Apache-2.0](https://github.com/nextest-rs/nextest/blob/HEAD/LICENSE-APACHE) OR [MIT](https://github.com/nextest-rs/nextest/blob/HEAD/LICENSE-MIT) |
|
| [**nextest**](https://github.com/nextest-rs/nextest) (alias: `cargo-nextest`) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/nextest-rs/nextest/releases) | Linux, macOS, Windows | [Apache-2.0](https://github.com/nextest-rs/nextest/blob/HEAD/LICENSE-APACHE) OR [MIT](https://github.com/nextest-rs/nextest/blob/HEAD/LICENSE-MIT) |
|
||||||
| [**shellcheck**](https://www.shellcheck.net) | `/usr/local/bin` | [GitHub Releases](https://github.com/koalaman/shellcheck/releases) | Linux, macOS | [GPL-3.0-or-later](https://github.com/koalaman/shellcheck/blob/HEAD/LICENSE) |
|
| [**shellcheck**](https://www.shellcheck.net) | `/usr/local/bin` | [GitHub Releases](https://github.com/koalaman/shellcheck/releases) | Linux, macOS | [GPL-3.0-or-later](https://github.com/koalaman/shellcheck/blob/HEAD/LICENSE) |
|
||||||
| [**shfmt**](https://github.com/mvdan/sh) | `/usr/local/bin` | [GitHub Releases](https://github.com/mvdan/sh/releases) | Linux, macOS | [BSD-3-Clause](https://github.com/mvdan/sh/blob/HEAD/LICENSE) |
|
| [**shfmt**](https://github.com/mvdan/sh) | `/usr/local/bin` | [GitHub Releases](https://github.com/mvdan/sh/releases) | Linux, macOS | [BSD-3-Clause](https://github.com/mvdan/sh/blob/HEAD/LICENSE) |
|
||||||
| [**valgrind**](https://valgrind.org) | `/snap/bin` | [snap](https://snapcraft.io/install/valgrind/ubuntu) | Linux | [GPL-2.0-or-later](https://valgrind.org/docs/manual/license.gpl.html) |
|
| [**valgrind**](https://valgrind.org) | `/snap/bin` | [snap](https://snapcraft.io/install/valgrind/ubuntu) | Linux | [GPL-2.0-or-later](https://valgrind.org/docs/manual/license.gpl.html) |
|
||||||
| [**wasm-pack**](https://github.com/rustwasm/wasm-pack) | `~/.cargo/bin` | [GitHub Releases](https://github.com/rustwasm/wasm-pack/releases) | Linux, macOS | [Apache-2.0](https://github.com/rustwasm/wasm-pack/blob/HEAD/LICENSE-APACHE) OR [MIT](https://github.com/rustwasm/wasm-pack/blob/HEAD/LICENSE-MIT) |
|
| [**wasm-pack**](https://github.com/rustwasm/wasm-pack) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/rustwasm/wasm-pack/releases) | Linux, macOS | [Apache-2.0](https://github.com/rustwasm/wasm-pack/blob/HEAD/LICENSE-APACHE) OR [MIT](https://github.com/rustwasm/wasm-pack/blob/HEAD/LICENSE-MIT) |
|
||||||
| [**wasmtime**](https://github.com/bytecodealliance/wasmtime) | `~/.cargo/bin` | [GitHub Releases](https://github.com/bytecodealliance/wasmtime/releases) | Linux, macOS | [Apache-2.0 WITH LLVM-exception](https://github.com/bytecodealliance/wasmtime/blob/HEAD/LICENSE) |
|
| [**wasmtime**](https://github.com/bytecodealliance/wasmtime) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/bytecodealliance/wasmtime/releases) | Linux, macOS, Windows | [Apache-2.0 WITH LLVM-exception](https://github.com/bytecodealliance/wasmtime/blob/HEAD/LICENSE) |
|
||||||
| [**mdbook**](https://github.com/rust-lang/mdBook) | `~/.cargo/bin` | [GitHub Releases](https://github.com/rust-lang/mdBook/releases) | Linux, macOS | [MPL-2.0](https://github.com/rust-lang/mdBook/blob/HEAD/LICENSE) |
|
| [**mdbook**](https://github.com/rust-lang/mdBook) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/rust-lang/mdBook/releases) | Linux, macOS, Windows | [MPL-2.0](https://github.com/rust-lang/mdBook/blob/HEAD/LICENSE) |
|
||||||
| [**cargo-binstall**][cargo-binstall] | `~/.cargo/bin` | [GitHub Releases](https://github.com/ryankurte/cargo-binstall/releases) | Linux, macOS, Windows | [GPL-3.0](https://github.com/ryankurte/cargo-binstall/blob/HEAD/LICENSE.txt) |
|
| [**mdbook-linkcheck**](https://github.com/Michael-F-Bryan/mdbook-linkcheck) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/Michael-F-Bryan/mdbook-linkcheck/releases) | Linux, macOS, Windows | [MIT](https://github.com/Michael-F-Bryan/mdbook-linkcheck/blob/HEAD/LICENSE) |
|
||||||
|
| [**cargo-binstall**][cargo-binstall] | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/ryankurte/cargo-binstall/releases) | Linux, macOS, Windows | [GPL-3.0](https://github.com/ryankurte/cargo-binstall/blob/HEAD/LICENSE.txt) |
|
||||||
|
|
||||||
|
If `$CARGO_HOME/bin` is not available, Rust-related binaries will be installed to `$HOME/.cargo/bin`.
|
||||||
|
If `$HOME/.cargo/bin` is not available, Rust-related binaries will be installed to `/usr/local/bin`.
|
||||||
|
|
||||||
If a tool not included in the list above is specified, this action uses [cargo-binstall] as a fallback.
|
If a tool not included in the list above is specified, this action uses [cargo-binstall] as a fallback.
|
||||||
|
|
||||||
|
|||||||
241
main.sh
241
main.sh
@@ -30,16 +30,51 @@ warn() {
|
|||||||
info() {
|
info() {
|
||||||
echo "info: $*"
|
echo "info: $*"
|
||||||
}
|
}
|
||||||
|
download() {
|
||||||
|
local url="$1"
|
||||||
|
local bin_dir="$2"
|
||||||
|
local bin="$3"
|
||||||
|
local tar_args=()
|
||||||
|
case "${url}" in
|
||||||
|
*.tar.gz | *.tgz) tar_args+=("xzf") ;;
|
||||||
|
*.tar.bz2 | *.tbz2) tar_args+=("xjf") ;;
|
||||||
|
*.tar.xz | *.txz) tar_args+=("xJf") ;;
|
||||||
|
*.zip)
|
||||||
|
mkdir -p .install-action-tmp
|
||||||
|
(
|
||||||
|
cd .install-action-tmp
|
||||||
|
info "downloading ${url}"
|
||||||
|
retry curl --proto '=https' --tlsv1.2 -fsSL --retry 10 --retry-connrefused "$url" -o tmp.zip
|
||||||
|
unzip tmp.zip
|
||||||
|
mv "${bin}" "${bin_dir}/"
|
||||||
|
)
|
||||||
|
rm -rf .install-action-tmp
|
||||||
|
return 0
|
||||||
|
;;
|
||||||
|
*) bail "unrecognized archive format '${url}' for ${tool}" ;;
|
||||||
|
esac
|
||||||
|
tar_args+=("-")
|
||||||
|
local components
|
||||||
|
components=$(tr <<<"${bin}" -cd '/' | wc -c)
|
||||||
|
if [[ "${components}" != "0" ]]; then
|
||||||
|
tar_args+=(--strip-components "${components}")
|
||||||
|
fi
|
||||||
|
info "downloading ${url}"
|
||||||
|
retry curl --proto '=https' --tlsv1.2 -fsSL --retry 10 --retry-connrefused "${url}" \
|
||||||
|
| tar "${tar_args[@]}" -C "${bin_dir}" "${bin}"
|
||||||
|
}
|
||||||
|
host_triple() {
|
||||||
|
if [[ -z "${host:-}" ]]; then
|
||||||
|
host="$(rustc -vV | grep host | cut -c 7-)"
|
||||||
|
fi
|
||||||
|
}
|
||||||
install_cargo_binstall() {
|
install_cargo_binstall() {
|
||||||
cargo_bin="${CARGO_HOME:-$HOME/.cargo}/bin"
|
if [[ ! -f "${cargo_bin}/cargo-binstall" ]]; then
|
||||||
|
|
||||||
if [ ! -f "${cargo_bin}/cargo-binstall" ]; then
|
|
||||||
info "installing cargo-binstall"
|
info "installing cargo-binstall"
|
||||||
|
|
||||||
target="$(rustc -vV | grep host | cut -c 7-)"
|
host_triple
|
||||||
base_url=https://github.com/ryankurte/cargo-binstall/releases/latest/download/cargo-binstall
|
base_url=https://github.com/ryankurte/cargo-binstall/releases/latest/download/cargo-binstall
|
||||||
is_zip=false
|
case "${host}" in
|
||||||
case "${target}" in
|
|
||||||
x86_64-unknown-linux-gnu) url="${base_url}-x86_64-unknown-linux-musl.tgz" ;;
|
x86_64-unknown-linux-gnu) url="${base_url}-x86_64-unknown-linux-musl.tgz" ;;
|
||||||
x86_64-unknown-linux-musl) url="${base_url}-x86_64-unknown-linux-musl.tgz" ;;
|
x86_64-unknown-linux-musl) url="${base_url}-x86_64-unknown-linux-musl.tgz" ;;
|
||||||
|
|
||||||
@@ -49,52 +84,36 @@ install_cargo_binstall() {
|
|||||||
aarch64-unknown-linux-gnu) url="${base_url}-aarch64-unknown-linux-musl.tgz" ;;
|
aarch64-unknown-linux-gnu) url="${base_url}-aarch64-unknown-linux-musl.tgz" ;;
|
||||||
aarch64-unknown-linux-musl) url="${base_url}-aarch64-unknown-linux-musl.tgz" ;;
|
aarch64-unknown-linux-musl) url="${base_url}-aarch64-unknown-linux-musl.tgz" ;;
|
||||||
|
|
||||||
x86_64-pc-windows-gnu)
|
x86_64-pc-windows-gnu) url="${base_url}-x86_64-pc-windows-msvc.zip" ;;
|
||||||
is_zip=true
|
|
||||||
url="${base_url}-x86_64-pc-windows-msvc.zip"
|
|
||||||
;;
|
|
||||||
|
|
||||||
x86_64-apple-darwin | aarch64-apple-darwin | x86_64-pc-windows-msvc)
|
x86_64-apple-darwin | aarch64-apple-darwin | x86_64-pc-windows-msvc)
|
||||||
is_zip=true
|
url="${base_url}-${host}.zip"
|
||||||
url="${base_url}-${target}.zip"
|
|
||||||
;;
|
;;
|
||||||
|
|
||||||
*) bail "unsupported target '${target}' for cargo-binstall" ;;
|
*) bail "unsupported target '${host}' for cargo-binstall" ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
if [ $is_zip = true ]; then
|
download "${url}" "${cargo_bin}" "cargo-binstall${exe}"
|
||||||
retry curl --proto '=https' --tlsv1.2 -fsSL --retry 10 --retry-connrefused "$url" -o "cargo-binstall-${target}.zip"
|
info "cargo-binstall installed at $(type -P "cargo-binstall${exe}")"
|
||||||
unzip "cargo-binstall-${target}.zip"
|
x cargo binstall --help | head -1 # cargo binstall doesn't have a normal --version flag
|
||||||
rm "cargo-binstall-${target}.zip"
|
|
||||||
else
|
|
||||||
retry curl --proto '=https' --tlsv1.2 -fsSL --retry 10 --retry-connrefused "$url" | tar xzf -
|
|
||||||
fi
|
|
||||||
|
|
||||||
mkdir -p "{cargo_bin}/"
|
|
||||||
|
|
||||||
case "${OSTYPE}" in
|
|
||||||
cygwin* | msys*) mv cargo-binstall.exe "${cargo_bin}/" ;;
|
|
||||||
*) mv cargo-binstall "${cargo_bin}/" ;;
|
|
||||||
esac
|
|
||||||
else
|
else
|
||||||
info "cargo-binstall already installed on in ${cargo_bin}/cargo-binstall"
|
info "cargo-binstall already installed on in ${cargo_bin}/cargo-binstall"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
cargo_binstall() {
|
cargo_binstall() {
|
||||||
tool="$1"
|
local tool="$1"
|
||||||
version="$2"
|
local version="$2"
|
||||||
|
|
||||||
info "install-action does not support ${tool}, fallback to cargo-binstall"
|
info "install-action does not support ${tool}, fallback to cargo-binstall"
|
||||||
|
|
||||||
install_cargo_binstall
|
install_cargo_binstall
|
||||||
|
|
||||||
|
# --secure mode enforce downloads over secure transports only.
|
||||||
|
# As a result, http will be disabled, and it will also set
|
||||||
|
# min tls version to be 1.2
|
||||||
case "${version}" in
|
case "${version}" in
|
||||||
latest)
|
latest) cargo binstall --secure --no-confirm "$tool" ;;
|
||||||
cargo binstall --no-confirm "$tool"
|
*) cargo binstall --secure --no-confirm --version "$version" "$tool" ;;
|
||||||
;;
|
|
||||||
*)
|
|
||||||
cargo binstall --no-confirm --version "$version" "$tool"
|
|
||||||
;;
|
|
||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -106,12 +125,21 @@ export DEBIAN_FRONTEND=noninteractive
|
|||||||
|
|
||||||
# Inputs
|
# Inputs
|
||||||
tool="${INPUT_TOOL:-}"
|
tool="${INPUT_TOOL:-}"
|
||||||
|
|
||||||
tools=()
|
tools=()
|
||||||
if [[ -n "${tool}" ]]; then
|
if [[ -n "${tool}" ]]; then
|
||||||
while read -rd,; do tools+=("${REPLY}"); done <<<"${tool},"
|
while read -rd,; do tools+=("${REPLY}"); done <<<"${tool},"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
exe=""
|
||||||
|
case "${OSTYPE}" in
|
||||||
|
cygwin* | msys*) exe=".exe" ;;
|
||||||
|
esac
|
||||||
|
|
||||||
|
cargo_bin="${CARGO_HOME:-"$HOME/.cargo"}/bin"
|
||||||
|
if [[ ! -d "${cargo_bin}" ]]; then
|
||||||
|
cargo_bin=/usr/local/bin
|
||||||
|
fi
|
||||||
|
|
||||||
for tool in "${tools[@]}"; do
|
for tool in "${tools[@]}"; do
|
||||||
if [[ "${tool}" == *"@"* ]]; then
|
if [[ "${tool}" == *"@"* ]]; then
|
||||||
version="${tool#*@}"
|
version="${tool#*@}"
|
||||||
@@ -119,18 +147,19 @@ for tool in "${tools[@]}"; do
|
|||||||
version="latest"
|
version="latest"
|
||||||
fi
|
fi
|
||||||
tool="${tool%@*}"
|
tool="${tool%@*}"
|
||||||
|
bin="${tool}${exe}"
|
||||||
info "installing ${tool}@${version}"
|
info "installing ${tool}@${version}"
|
||||||
case "${tool}" in
|
case "${tool}" in
|
||||||
cargo-hack | cargo-llvm-cov | cargo-minimal-versions | parse-changelog)
|
cargo-hack | cargo-llvm-cov | cargo-minimal-versions | parse-changelog)
|
||||||
case "${tool}" in
|
case "${tool}" in
|
||||||
# https://github.com/taiki-e/cargo-hack/releases
|
# https://github.com/taiki-e/cargo-hack/releases
|
||||||
cargo-hack) latest_version="0.5.14" ;;
|
cargo-hack) latest_version="0.5.16" ;;
|
||||||
# https://github.com/taiki-e/cargo-llvm-cov/releases
|
# https://github.com/taiki-e/cargo-llvm-cov/releases
|
||||||
cargo-llvm-cov) latest_version="0.4.8" ;;
|
cargo-llvm-cov) latest_version="0.4.12" ;;
|
||||||
# https://github.com/taiki-e/cargo-minimal-versions/releases
|
# https://github.com/taiki-e/cargo-minimal-versions/releases
|
||||||
cargo-minimal-versions) latest_version="0.1.4" ;;
|
cargo-minimal-versions) latest_version="0.1.5" ;;
|
||||||
# https://github.com/taiki-e/parse-changelog/releases
|
# https://github.com/taiki-e/parse-changelog/releases
|
||||||
parse-changelog) latest_version="0.4.8" ;;
|
parse-changelog) latest_version="0.5.0" ;;
|
||||||
*) exit 1 ;;
|
*) exit 1 ;;
|
||||||
esac
|
esac
|
||||||
repo="taiki-e/${tool}"
|
repo="taiki-e/${tool}"
|
||||||
@@ -144,13 +173,11 @@ for tool in "${tools[@]}"; do
|
|||||||
latest) version="${latest_version}" ;;
|
latest) version="${latest_version}" ;;
|
||||||
esac
|
esac
|
||||||
url="https://github.com/${repo}/releases/download/v${version}/${tool}-${target}.tar.gz"
|
url="https://github.com/${repo}/releases/download/v${version}/${tool}-${target}.tar.gz"
|
||||||
# shellcheck disable=SC2086
|
download "${url}" "${cargo_bin}" "${tool}${exe}"
|
||||||
retry curl --proto '=https' --tlsv1.2 -fsSL --retry 10 --retry-connrefused "${url}" \
|
|
||||||
| tar xzf - -C ${CARGO_HOME:-~/.cargo}/bin
|
|
||||||
;;
|
;;
|
||||||
cross)
|
cross)
|
||||||
# https://github.com/cross-rs/cross/releases
|
# https://github.com/cross-rs/cross/releases
|
||||||
latest_version="0.2.1"
|
latest_version="0.2.4"
|
||||||
repo="cross-rs/cross"
|
repo="cross-rs/cross"
|
||||||
case "${OSTYPE}" in
|
case "${OSTYPE}" in
|
||||||
linux*) target="x86_64-unknown-linux-musl" ;;
|
linux*) target="x86_64-unknown-linux-musl" ;;
|
||||||
@@ -161,44 +188,55 @@ for tool in "${tools[@]}"; do
|
|||||||
case "${version}" in
|
case "${version}" in
|
||||||
latest) version="${latest_version}" ;;
|
latest) version="${latest_version}" ;;
|
||||||
esac
|
esac
|
||||||
url="https://github.com/${repo}/releases/download/v${version}/cross-v${version}-${target}.tar.gz"
|
case "${version}" in
|
||||||
# shellcheck disable=SC2086
|
0.1.* | 0.2.[0-1]) url="https://github.com/${repo}/releases/download/v${version}/cross-v${version}-${target}.tar.gz" ;;
|
||||||
retry curl --proto '=https' --tlsv1.2 -fsSL --retry 10 --retry-connrefused "${url}" \
|
*) url="https://github.com/${repo}/releases/download/v${version}/cross-${target}.tar.gz" ;;
|
||||||
| tar xzf - -C ${CARGO_HOME:-~/.cargo}/bin
|
esac
|
||||||
|
download "${url}" "${cargo_bin}" "${tool}${exe}"
|
||||||
;;
|
;;
|
||||||
nextest)
|
nextest | cargo-nextest)
|
||||||
|
bin="cargo-nextest"
|
||||||
# https://nexte.st/book/pre-built-binaries.html
|
# https://nexte.st/book/pre-built-binaries.html
|
||||||
case "${OSTYPE}" in
|
case "${OSTYPE}" in
|
||||||
linux*) url="https://get.nexte.st/${version}/linux" ;;
|
linux*)
|
||||||
|
host_triple
|
||||||
|
case "${host}" in
|
||||||
|
*-linux-gnu*) url="https://get.nexte.st/${version}/linux" ;;
|
||||||
|
*) url="https://get.nexte.st/${version}/linux-musl" ;;
|
||||||
|
esac
|
||||||
|
;;
|
||||||
darwin*) url="https://get.nexte.st/${version}/mac" ;;
|
darwin*) url="https://get.nexte.st/${version}/mac" ;;
|
||||||
cygwin* | msys*) url="https://get.nexte.st/${version}/windows-tar" ;;
|
cygwin* | msys*) url="https://get.nexte.st/${version}/windows-tar" ;;
|
||||||
*) bail "unsupported OSTYPE '${OSTYPE}' for ${tool}" ;;
|
*) bail "unsupported OSTYPE '${OSTYPE}' for ${tool}" ;;
|
||||||
esac
|
esac
|
||||||
# shellcheck disable=SC2086
|
info "downloading ${url}"
|
||||||
retry curl --proto '=https' --tlsv1.2 -fsSL --retry 10 --retry-connrefused "${url}" \
|
retry curl --proto '=https' --tlsv1.2 -fsSL --retry 10 --retry-connrefused "${url}" \
|
||||||
| tar xzf - -C ${CARGO_HOME:-~/.cargo}/bin
|
| tar xzf - -C "${cargo_bin}"
|
||||||
;;
|
;;
|
||||||
shellcheck)
|
shellcheck)
|
||||||
# https://github.com/koalaman/shellcheck/releases
|
# https://github.com/koalaman/shellcheck/releases
|
||||||
latest_version="0.8.0"
|
latest_version="0.8.0"
|
||||||
repo="koalaman/shellcheck"
|
repo="koalaman/shellcheck"
|
||||||
|
case "${version}" in
|
||||||
|
latest) version="${latest_version}" ;;
|
||||||
|
esac
|
||||||
|
base_url="https://github.com/${repo}/releases/download/v${version}/shellcheck-v${version}"
|
||||||
case "${OSTYPE}" in
|
case "${OSTYPE}" in
|
||||||
linux*)
|
linux*)
|
||||||
if type -P shellcheck &>/dev/null; then
|
if type -P shellcheck &>/dev/null; then
|
||||||
sudo apt-get -qq -o Dpkg::Use-Pty=0 remove -y shellcheck
|
sudo apt-get -qq -o Dpkg::Use-Pty=0 remove -y shellcheck
|
||||||
fi
|
fi
|
||||||
target="linux"
|
url="${base_url}.linux.x86_64.tar.xz"
|
||||||
|
;;
|
||||||
|
darwin*) url="${base_url}.darwin.x86_64.tar.xz" ;;
|
||||||
|
cygwin* | msys*)
|
||||||
|
# TODO: In what directory should we install the binaries?
|
||||||
|
# url="${base_url}.zip"
|
||||||
|
bail "${tool} for windows is not supported yet by this action"
|
||||||
;;
|
;;
|
||||||
darwin*) target="darwin" ;;
|
|
||||||
cygwin* | msys*) bail "${tool} for windows is not supported yet by this action" ;;
|
|
||||||
*) bail "unsupported OSTYPE '${OSTYPE}' for ${tool}" ;;
|
*) bail "unsupported OSTYPE '${OSTYPE}' for ${tool}" ;;
|
||||||
esac
|
esac
|
||||||
case "${version}" in
|
download "${url}" /usr/local/bin "shellcheck-v${version}/shellcheck"
|
||||||
latest) version="${latest_version}" ;;
|
|
||||||
esac
|
|
||||||
url="https://github.com/${repo}/releases/download/v${version}/shellcheck-v${version}.${target}.x86_64.tar.xz"
|
|
||||||
retry curl --proto '=https' --tlsv1.2 -fsSL --retry 10 --retry-connrefused "${url}" \
|
|
||||||
| tar xJf - --strip-components 1 -C /usr/local/bin "shellcheck-v${version}/shellcheck"
|
|
||||||
;;
|
;;
|
||||||
shfmt)
|
shfmt)
|
||||||
# https://github.com/mvdan/sh/releases
|
# https://github.com/mvdan/sh/releases
|
||||||
@@ -207,13 +245,18 @@ for tool in "${tools[@]}"; do
|
|||||||
case "${OSTYPE}" in
|
case "${OSTYPE}" in
|
||||||
linux*) target="linux_amd64" ;;
|
linux*) target="linux_amd64" ;;
|
||||||
darwin*) target="darwin_amd64" ;;
|
darwin*) target="darwin_amd64" ;;
|
||||||
cygwin* | msys*) bail "${tool} for windows is not supported yet by this action" ;;
|
cygwin* | msys*)
|
||||||
|
# TODO: In what directory should we install the binaries?
|
||||||
|
# target="windows_amd64"
|
||||||
|
bail "${tool} for windows is not supported yet by this action"
|
||||||
|
;;
|
||||||
*) bail "unsupported OSTYPE '${OSTYPE}' for ${tool}" ;;
|
*) bail "unsupported OSTYPE '${OSTYPE}' for ${tool}" ;;
|
||||||
esac
|
esac
|
||||||
case "${version}" in
|
case "${version}" in
|
||||||
latest) version="${latest_version}" ;;
|
latest) version="${latest_version}" ;;
|
||||||
esac
|
esac
|
||||||
url="https://github.com/${repo}/releases/download/v${version}/shfmt_v${version}_${target}"
|
url="https://github.com/${repo}/releases/download/v${version}/shfmt_v${version}_${target}${exe}"
|
||||||
|
info "downloading ${url}"
|
||||||
retry curl --proto '=https' --tlsv1.2 -fsSL --retry 10 --retry-connrefused -o /usr/local/bin/shfmt "${url}"
|
retry curl --proto '=https' --tlsv1.2 -fsSL --retry 10 --retry-connrefused -o /usr/local/bin/shfmt "${url}"
|
||||||
chmod +x /usr/local/bin/shfmt
|
chmod +x /usr/local/bin/shfmt
|
||||||
;;
|
;;
|
||||||
@@ -245,51 +288,77 @@ for tool in "${tools[@]}"; do
|
|||||||
;;
|
;;
|
||||||
wasmtime)
|
wasmtime)
|
||||||
# https://github.com/bytecodealliance/wasmtime/releases
|
# https://github.com/bytecodealliance/wasmtime/releases
|
||||||
latest_version="0.37.0"
|
latest_version="0.39.1"
|
||||||
repo="bytecodealliance/wasmtime"
|
repo="bytecodealliance/wasmtime"
|
||||||
case "${OSTYPE}" in
|
|
||||||
linux*) target="x86_64-linux" ;;
|
|
||||||
darwin*) target="x86_64-macos" ;;
|
|
||||||
cygwin* | msys*) bail "${tool} for windows is not supported yet by this action" ;;
|
|
||||||
*) bail "unsupported OSTYPE '${OSTYPE}' for ${tool}" ;;
|
|
||||||
esac
|
|
||||||
case "${version}" in
|
case "${version}" in
|
||||||
latest) version="${latest_version}" ;;
|
latest) version="${latest_version}" ;;
|
||||||
esac
|
esac
|
||||||
url="https://github.com/bytecodealliance/wasmtime/releases/download/v${version}/wasmtime-v${version}-${target}.tar.xz"
|
base_url="https://github.com/bytecodealliance/wasmtime/releases/download/v${version}/wasmtime-v${version}"
|
||||||
# shellcheck disable=SC2086
|
case "${OSTYPE}" in
|
||||||
retry curl --proto '=https' --tlsv1.2 -fsSL --retry 10 --retry-connrefused "${url}" \
|
linux*)
|
||||||
| tar xJf - --strip-components 1 -C ${CARGO_HOME:-~/.cargo}/bin "wasmtime-v${version}-${target}/wasmtime"
|
target="x86_64-linux"
|
||||||
|
url="${base_url}-${target}.tar.xz"
|
||||||
|
;;
|
||||||
|
darwin*)
|
||||||
|
target="x86_64-macos"
|
||||||
|
url="${base_url}-${target}.tar.xz"
|
||||||
|
;;
|
||||||
|
cygwin* | msys*)
|
||||||
|
target="x86_64-windows"
|
||||||
|
url="${base_url}-${target}.zip"
|
||||||
|
;;
|
||||||
|
*) bail "unsupported OSTYPE '${OSTYPE}' for ${tool}" ;;
|
||||||
|
esac
|
||||||
|
download "${url}" "${cargo_bin}" "${tool}-v${version}-${target}/${tool}${exe}"
|
||||||
;;
|
;;
|
||||||
mdbook)
|
mdbook)
|
||||||
# https://github.com/rust-lang/mdBook/releases
|
# https://github.com/rust-lang/mdBook/releases
|
||||||
latest_version="0.4.18"
|
latest_version="0.4.21"
|
||||||
repo="rust-lang/mdBook"
|
repo="rust-lang/mdBook"
|
||||||
|
case "${version}" in
|
||||||
|
latest) version="${latest_version}" ;;
|
||||||
|
esac
|
||||||
|
base_url="https://github.com/${repo}/releases/download/v${version}/${tool}-v${version}"
|
||||||
|
case "${OSTYPE}" in
|
||||||
|
linux*) url="${base_url}-x86_64-unknown-linux-gnu.tar.gz" ;;
|
||||||
|
darwin*) url="${base_url}-x86_64-apple-darwin.tar.gz" ;;
|
||||||
|
cygwin* | msys*) url="${base_url}-x86_64-pc-windows-msvc.zip" ;;
|
||||||
|
*) bail "unsupported OSTYPE '${OSTYPE}' for ${tool}" ;;
|
||||||
|
esac
|
||||||
|
download "${url}" "${cargo_bin}" "${tool}${exe}"
|
||||||
|
;;
|
||||||
|
mdbook-linkcheck)
|
||||||
|
# https://github.com/Michael-F-Bryan/mdbook-linkcheck/releases
|
||||||
|
latest_version="0.7.6"
|
||||||
|
repo="Michael-F-Bryan/mdbook-linkcheck"
|
||||||
case "${OSTYPE}" in
|
case "${OSTYPE}" in
|
||||||
linux*) target="x86_64-unknown-linux-gnu" ;;
|
linux*) target="x86_64-unknown-linux-gnu" ;;
|
||||||
darwin*) target="x86_64-apple-darwin" ;;
|
darwin*) target="x86_64-apple-darwin" ;;
|
||||||
# TODO: mdbook has windows binaries, but they use `.zip` and not `.tar.gz`.
|
cygwin* | msys*) target="x86_64-pc-windows-msvc" ;;
|
||||||
cygwin* | msys*) bail "${tool} for windows is not supported yet by this action" ;;
|
|
||||||
*) bail "unsupported OSTYPE '${OSTYPE}' for ${tool}" ;;
|
*) bail "unsupported OSTYPE '${OSTYPE}' for ${tool}" ;;
|
||||||
esac
|
esac
|
||||||
case "${version}" in
|
case "${version}" in
|
||||||
latest) version="${latest_version}" ;;
|
latest) version="${latest_version}" ;;
|
||||||
esac
|
esac
|
||||||
url="https://github.com/${repo}/releases/download/v${version}/${tool}-v${version}-${target}.tar.gz"
|
url="https://github.com/${repo}/releases/download/v${version}/${tool}.${target}.zip"
|
||||||
# shellcheck disable=SC2086
|
download "${url}" "${cargo_bin}" "${tool}${exe}"
|
||||||
retry curl --proto '=https' --tlsv1.2 -fsSL --retry 10 --retry-connrefused "${url}" \
|
case "${OSTYPE}" in
|
||||||
| tar xzf - -C ${CARGO_HOME:-~/.cargo}/bin
|
linux* | darwin*) chmod +x "${cargo_bin}/${tool}${exe}" ;;
|
||||||
|
esac
|
||||||
|
;;
|
||||||
|
cargo-binstall)
|
||||||
|
install_cargo_binstall
|
||||||
|
continue
|
||||||
;;
|
;;
|
||||||
cargo-binstall) install_cargo_binstall ;;
|
|
||||||
*)
|
*)
|
||||||
cargo_binstall "$tool" "$version"
|
cargo_binstall "${tool}" "${version}"
|
||||||
continue
|
continue
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
info "${tool} installed at $(type -P "${tool}")"
|
info "${tool} installed at $(type -P "${bin}")"
|
||||||
case "${tool}" in
|
case "${bin}" in
|
||||||
cargo-* | nextest) x cargo "${tool#cargo-}" --version ;;
|
cargo-*) x cargo "${tool#cargo-}" --version ;;
|
||||||
*) x "${tool}" --version ;;
|
*) x "${tool}" --version ;;
|
||||||
esac
|
esac
|
||||||
echo
|
echo
|
||||||
|
|||||||
@@ -83,6 +83,7 @@ tools=(
|
|||||||
parse-changelog
|
parse-changelog
|
||||||
cross
|
cross
|
||||||
nextest
|
nextest
|
||||||
|
cargo-nextest
|
||||||
shellcheck
|
shellcheck
|
||||||
shfmt
|
shfmt
|
||||||
valgrind
|
valgrind
|
||||||
@@ -99,16 +100,16 @@ tools=(
|
|||||||
git push origin main
|
git push origin main
|
||||||
git push origin --tags
|
git push origin --tags
|
||||||
|
|
||||||
version_tag="v${version%%.*}"
|
major_version_tag="v${version%%.*}"
|
||||||
git checkout -b "${version_tag}"
|
git checkout -b "${major_version_tag}"
|
||||||
git push origin refs/heads/"${version_tag}"
|
git push origin refs/heads/"${major_version_tag}"
|
||||||
if git --no-pager tag | grep -Eq "^${version_tag}$"; then
|
if git --no-pager tag | grep -Eq "^${major_version_tag}$"; then
|
||||||
git tag -d "${version_tag}"
|
git tag -d "${major_version_tag}"
|
||||||
git push --delete origin refs/tags/"${version_tag}"
|
git push --delete origin refs/tags/"${major_version_tag}"
|
||||||
fi
|
fi
|
||||||
git tag "${version_tag}"
|
git tag "${major_version_tag}"
|
||||||
git checkout main
|
git checkout main
|
||||||
git branch -d "${version_tag}"
|
git branch -d "${major_version_tag}"
|
||||||
)
|
)
|
||||||
|
|
||||||
for tool in "${tools[@]}"; do
|
for tool in "${tools[@]}"; do
|
||||||
|
|||||||
Reference in New Issue
Block a user