mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-28 18:10:26 +00:00
Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bca437466a | ||
|
|
1981e18081 | ||
|
|
fe04be912f | ||
|
|
f1e481e035 | ||
|
|
1d42c62e8a | ||
|
|
d4d12f0d19 | ||
|
|
8a5a554374 | ||
|
|
cf629cb4fe |
4
.github/.cspell/organization-dictionary.txt
vendored
4
.github/.cspell/organization-dictionary.txt
vendored
@@ -6,15 +6,18 @@ taiki
|
||||
|
||||
// tool name and its configs or options
|
||||
asan
|
||||
cdylib
|
||||
cflags
|
||||
clippy
|
||||
codegen
|
||||
cxxflags
|
||||
dylib
|
||||
exitcode
|
||||
miri
|
||||
miriflags
|
||||
msan
|
||||
retag
|
||||
rlib
|
||||
rustc
|
||||
rustdoc
|
||||
rustdocflags
|
||||
@@ -22,6 +25,7 @@ rustflags
|
||||
rustfmt
|
||||
rustsec
|
||||
rustup
|
||||
staticlib
|
||||
valgrind
|
||||
xcompile
|
||||
Zmiri
|
||||
|
||||
19
CHANGELOG.md
19
CHANGELOG.md
@@ -10,6 +10,20 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [2.16.5] - 2023-08-24
|
||||
|
||||
- Update `wasmtime@latest` to 12.0.1.
|
||||
|
||||
- Update `cargo-llvm-cov@latest` to 0.5.31.
|
||||
|
||||
## [2.16.4] - 2023-08-23
|
||||
|
||||
- Update `cargo-llvm-cov@latest` to 0.5.30.
|
||||
|
||||
## [2.16.3] - 2023-08-23
|
||||
|
||||
- Update `cargo-llvm-cov@latest` to 0.5.29.
|
||||
|
||||
## [2.16.2] - 2023-08-22
|
||||
|
||||
- Update `cargo-llvm-cov@latest` to 0.5.28.
|
||||
@@ -1099,7 +1113,10 @@ Note: This release is considered a breaking change because installing on version
|
||||
|
||||
Initial release
|
||||
|
||||
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.16.2...HEAD
|
||||
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.16.5...HEAD
|
||||
[2.16.5]: https://github.com/taiki-e/install-action/compare/v2.16.4...v2.16.5
|
||||
[2.16.4]: https://github.com/taiki-e/install-action/compare/v2.16.3...v2.16.4
|
||||
[2.16.3]: https://github.com/taiki-e/install-action/compare/v2.16.2...v2.16.3
|
||||
[2.16.2]: https://github.com/taiki-e/install-action/compare/v2.16.1...v2.16.2
|
||||
[2.16.1]: https://github.com/taiki-e/install-action/compare/v2.16.0...v2.16.1
|
||||
[2.16.0]: https://github.com/taiki-e/install-action/compare/v2.15.6...v2.16.0
|
||||
|
||||
55
manifests/cargo-llvm-cov.json
generated
55
manifests/cargo-llvm-cov.json
generated
@@ -18,10 +18,61 @@
|
||||
}
|
||||
},
|
||||
"latest": {
|
||||
"version": "0.5.28"
|
||||
"version": "0.5.31"
|
||||
},
|
||||
"0.5": {
|
||||
"version": "0.5.28"
|
||||
"version": "0.5.31"
|
||||
},
|
||||
"0.5.31": {
|
||||
"x86_64_linux_musl": {
|
||||
"checksum": "f3814f9446f441c8b280ca93ba5aaf211295a6c8363d52e03d7e700808e6692c"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"checksum": "9cd643daafc0e868c5c284a68cefb57fbc3bb2a11e8c59e54e738168bc691126"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"checksum": "392cb5e11eaebd21f7ae865807837d0ab54df86e7ab5f98d3bf5b3cda65fea93"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"checksum": "0261bbfa0bd49964ca3dbd3041ec3fe5b23efd62b51e794bf516cc964af24079"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"checksum": "9b7e2cb8fbc6694c2a0fd2abb7867108447c39350ca0fd3688a1b991877dff69"
|
||||
}
|
||||
},
|
||||
"0.5.30": {
|
||||
"x86_64_linux_musl": {
|
||||
"checksum": "6731e8d7767145debb825095ab3ab7b9ab25cf7f5a10d22d17c1ef4566fbf249"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"checksum": "9f634e2bed2dff89ec21177daf8abc1d55c1cca07e73d52f70b796f63a7a3d52"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"checksum": "60dd774010ae493d17ca052f33d4976f5fe13e462d5b0f731a6c5e39de7475e8"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"checksum": "87718e164f6206fe4b2cf9b600bcafa1b582f22509820147f1060569e1d9217c"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"checksum": "58d6295dffafdb920a1096635f9dd5334e5911d3e27cd7bccb0d2d9f99cc86b2"
|
||||
}
|
||||
},
|
||||
"0.5.29": {
|
||||
"x86_64_linux_musl": {
|
||||
"checksum": "963ef54eca8296c4c112f0453b9bc36e5103ab1bee2b272abeb1e3474ae4aab8"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"checksum": "be124539c0a1cc99124b28bda4fa916b5189a706fc975add13c4299f74d31237"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"checksum": "ac70d70ac560a433276b6037f684044fb66627a8ddab38fe999599951d075845"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"checksum": "5865b9f03bbc6684731eaaa2ae512bf85dc11ee409e25e77882f4183af1ac03d"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"checksum": "e05bf23c4d8b0af4b3127e10cf3484ca107e32a808e1cab48e417a14d3542edc"
|
||||
}
|
||||
},
|
||||
"0.5.28": {
|
||||
"x86_64_linux_musl": {
|
||||
|
||||
33
manifests/wasmtime.json
generated
33
manifests/wasmtime.json
generated
@@ -2,13 +2,40 @@
|
||||
"rust_crate": "wasmtime-cli",
|
||||
"template": null,
|
||||
"latest": {
|
||||
"version": "12.0.0"
|
||||
"version": "12.0.1"
|
||||
},
|
||||
"12": {
|
||||
"version": "12.0.0"
|
||||
"version": "12.0.1"
|
||||
},
|
||||
"12.0": {
|
||||
"version": "12.0.0"
|
||||
"version": "12.0.1"
|
||||
},
|
||||
"12.0.1": {
|
||||
"x86_64_linux_gnu": {
|
||||
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v12.0.1/wasmtime-v12.0.1-x86_64-linux.tar.xz",
|
||||
"checksum": "59eb24b421c40104240d00848e3d9ffee5403b7e15958ace974aa2705050b0b3",
|
||||
"bin": "wasmtime-v12.0.1-x86_64-linux/wasmtime"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v12.0.1/wasmtime-v12.0.1-x86_64-macos.tar.xz",
|
||||
"checksum": "1975f51fd251fa19345776328f958985606458b5d7178c5a10fc72fd9f2ba59f",
|
||||
"bin": "wasmtime-v12.0.1-x86_64-macos/wasmtime"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v12.0.1/wasmtime-v12.0.1-x86_64-windows.zip",
|
||||
"checksum": "1878426629e78c7d80d26448fe5c9d8adf878383edc6ea4c772bc7ef59f963fb",
|
||||
"bin": "wasmtime-v12.0.1-x86_64-windows/wasmtime.exe"
|
||||
},
|
||||
"aarch64_linux_gnu": {
|
||||
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v12.0.1/wasmtime-v12.0.1-aarch64-linux.tar.xz",
|
||||
"checksum": "7ec484c9f3c3002a789c41252b630ac509b0532102bfd3aa66e5d6d7dbebcc74",
|
||||
"bin": "wasmtime-v12.0.1-aarch64-linux/wasmtime"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v12.0.1/wasmtime-v12.0.1-aarch64-macos.tar.xz",
|
||||
"checksum": "975e286eb7ad4a4e17b7bb73b0b39dd6212ef7606f6d74ff63d5d8f2d5f7c339",
|
||||
"bin": "wasmtime-v12.0.1-aarch64-macos/wasmtime"
|
||||
}
|
||||
},
|
||||
"12.0.0": {
|
||||
"x86_64_linux_gnu": {
|
||||
|
||||
Reference in New Issue
Block a user