mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-29 02:20:22 +00:00
Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9a865a852d | ||
|
|
733aa4f048 | ||
|
|
26f2520368 | ||
|
|
c718718fa0 | ||
|
|
27465951f4 | ||
|
|
161fccd992 |
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -101,8 +101,8 @@ jobs:
|
||||
- ubuntu:20.04 # glibc 2.31
|
||||
- ubuntu:22.04 # glibc 2.35
|
||||
- debian:11-slim # glibc 2.31
|
||||
- debian:bookworm-slim # glibc 2.36
|
||||
- fedora:latest # glibc 2.36 (as of fedora 37)
|
||||
- debian:12-slim # glibc 2.36
|
||||
- fedora:latest # glibc 2.37 (as of fedora 38)
|
||||
tool:
|
||||
# valgrind: installing snap to container is difficult...
|
||||
- cargo-dinghy,cargo-hack,cargo-llvm-cov,cargo-make,cargo-minimal-versions,cargo-no-dev-deps,parse-changelog,cargo-udeps,cargo-valgrind,cargo-deny,cross,dprint,just,nextest,protoc,shellcheck,shfmt,wasm-pack,wasmtime,mdbook,mdbook-linkcheck,cargo-watch,grcov,watchexec-cli,cargo-tarpaulin,zola,syft
|
||||
@@ -121,7 +121,7 @@ jobs:
|
||||
- container: centos:7 # glibc 2.17
|
||||
# protoc,valgrind,wasmtime,mdbook-linkcheck,cargo-watch,zola don't provide prebuilt binaries for musl or old glibc host.
|
||||
tool: cargo-dinghy,cargo-hack,cargo-llvm-cov,cargo-make,cargo-minimal-versions,cargo-no-dev-deps,parse-changelog,cargo-udeps,cargo-valgrind,cargo-deny,cross,dprint,just,nextest,shellcheck,shfmt,wasm-pack,mdbook,cargo-binstall,grcov,watchexec-cli,cargo-tarpaulin,syft
|
||||
- container: alpine:latest # musl 1.2.3 (as of alpine 3.17)
|
||||
- container: alpine:latest # musl 1.2.4 (as of alpine 3.18)
|
||||
# protoc,valgrind,wasmtime,mdbook-linkcheck,cargo-watch,zola don't provide prebuilt binaries for musl host.
|
||||
tool: cargo-dinghy,cargo-hack,cargo-llvm-cov,cargo-make,cargo-minimal-versions,cargo-no-dev-deps,parse-changelog,cargo-udeps,cargo-valgrind,cargo-deny,cross,dprint,just,nextest,shellcheck,shfmt,wasm-pack,mdbook,cargo-binstall,grcov,watchexec-cli,cargo-tarpaulin,syft
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
12
CHANGELOG.md
12
CHANGELOG.md
@@ -10,6 +10,14 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [2.12.2] - 2023-06-26
|
||||
|
||||
- Update `cargo-nextest@latest` to 0.9.54.
|
||||
|
||||
## [2.12.1] - 2023-06-26
|
||||
|
||||
- Update `parse-changelog@latest` to 0.6.0.
|
||||
|
||||
## [2.12.0] - 2023-06-26
|
||||
|
||||
- Support `cargo-make`. ([#146](https://github.com/taiki-e/install-action/pull/146), thanks @joshka)
|
||||
@@ -887,7 +895,9 @@ Note: This release is considered a breaking change because installing on version
|
||||
|
||||
Initial release
|
||||
|
||||
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.12.0...HEAD
|
||||
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.12.2...HEAD
|
||||
[2.12.2]: https://github.com/taiki-e/install-action/compare/v2.12.1...v2.12.2
|
||||
[2.12.1]: https://github.com/taiki-e/install-action/compare/v2.12.0...v2.12.1
|
||||
[2.12.0]: https://github.com/taiki-e/install-action/compare/v2.11.6...v2.12.0
|
||||
[2.11.6]: https://github.com/taiki-e/install-action/compare/v2.11.5...v2.11.6
|
||||
[2.11.5]: https://github.com/taiki-e/install-action/compare/v2.11.4...v2.11.5
|
||||
|
||||
@@ -28,6 +28,6 @@ See JSON files in `tools/codegen/base` directory for examples of the manifest.
|
||||
## Troubleshooting
|
||||
|
||||
If one of the CI builds fails due to an bin path or release asset_name, fix the problem in the base
|
||||
manifest, and re-run the manifest tool to regenerate the manifest json file. The base manifest
|
||||
supports overriding the bin path per platform by adding the `"bin"` / `"asset_name"` to the platform
|
||||
object.
|
||||
manifest, and re-run the manifest tool `tools/manifest.sh` to regenerate the manifest json file. The
|
||||
base manifest supports overriding the bin path per platform by adding the `"bin"` / `"asset_name"`
|
||||
to the platform object.
|
||||
|
||||
21
manifests/cargo-nextest.json
generated
21
manifests/cargo-nextest.json
generated
@@ -17,10 +17,27 @@
|
||||
}
|
||||
},
|
||||
"latest": {
|
||||
"version": "0.9.53"
|
||||
"version": "0.9.54"
|
||||
},
|
||||
"0.9": {
|
||||
"version": "0.9.53"
|
||||
"version": "0.9.54"
|
||||
},
|
||||
"0.9.54": {
|
||||
"x86_64_linux_gnu": {
|
||||
"checksum": "ed393824489793854193906946d972afc1e3c32a18aed5bc9dafc2cb3547bead"
|
||||
},
|
||||
"x86_64_linux_musl": {
|
||||
"checksum": "898bdec39d25f8c60eb984fe440a7a2e677a7f8b881ad7f0bdc44d1236700ab7"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"checksum": "436c10a0c32aaefe3680a8550903f1382436a7954ecea5156f99c7f207516466"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"checksum": "45bb1ac2cbe1286ded194619befe860adde01b14c0f4c7a77352022fb2be254d"
|
||||
},
|
||||
"aarch64_linux_gnu": {
|
||||
"checksum": "c62ae5598a857655ba7c6299be5254244c78dfb249d83f6634804221e3f0faa0"
|
||||
}
|
||||
},
|
||||
"0.9.53": {
|
||||
"x86_64_linux_gnu": {
|
||||
|
||||
25
manifests/parse-changelog.json
generated
25
manifests/parse-changelog.json
generated
@@ -23,7 +23,30 @@
|
||||
}
|
||||
},
|
||||
"latest": {
|
||||
"version": "0.5.4"
|
||||
"version": "0.6.0"
|
||||
},
|
||||
"0.6": {
|
||||
"version": "0.6.0"
|
||||
},
|
||||
"0.6.0": {
|
||||
"x86_64_linux_musl": {
|
||||
"checksum": "80e57ee43411646c8b3adf0f4417c6155418385e1755f26a1dcc92069ef26bfc"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"checksum": "4521b4264e3b1bf07580bfaef405d32ba4f4e31323160d999a3ab38c00d3470d"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"checksum": "eadf1c574efc7ae46cf79492b37596ba44aebc7f5af6aadff2dad6e30b62e40c"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"checksum": "8626ac4c3e6868b2bc4820a32b3533ab8265737908ee8335442942c8fa8d4d72"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"checksum": "5eb69fda7e62869bae81f22db57d76d1fefabe0e9721c4941a4adcfea112d15a"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"checksum": "e435cd91923f4afdf3499a53cdb63446fd4a42a6b580209e93be2e2d47cb6d93"
|
||||
}
|
||||
},
|
||||
"0.5": {
|
||||
"version": "0.5.4"
|
||||
|
||||
Reference in New Issue
Block a user