241 Commits

Author SHA1 Message Date
Taiki Endo
9ccf417bb2 codegen: Mark coreutils 0.9.0 as broken
Same as 14ee01d8e3 and
0bb270a59a.
2026-06-01 02:00:36 +09:00
Jesse Black
d93043e1af Support docgarden (#1830) 2026-05-31 20:42:32 +09:00
Taiki Endo
66d7fef310 Revert "codegen: Pin cargo-binstall version in base manifest"
This partially reverts commit 57f2d4f754.
2026-05-31 19:20:09 +09:00
Taiki Endo
4500296a33 Touch up PR 1831 2026-05-31 19:18:28 +09:00
graelo
6e83879549 Support convco (#1831) 2026-05-31 19:08:05 +09:00
Taiki Endo
d7905fc0a5 Support artifact attestations verification for kingfisher 2026-05-31 01:39:21 +09:00
Sai Asish Y
7d86523e5f Support kingfisher (#1874) 2026-05-31 00:56:48 +09:00
MusicalNinjaDad
1649307491 Update jaq asset name format (#186) 2026-05-23 04:16:26 +09:00
Taiki Endo
3bf0b894d5 Deprecate mdbook-alerts and iai-callgrind-runner 2026-05-17 18:39:37 +09:00
Simon Hollingshead
bcc3289ff6 Update filename format for cargo-zigbuild (#1814) 2026-05-17 14:16:49 +09:00
Jake Wimmer
8038c93dad Support cargo-mutants (#1812)
Closes taiki-e/install-action#1668
2026-05-14 18:43:36 +09:00
Taiki Endo
074ce647d0 wasm-pack repo has been moved
Closes #1809
Closes #1810
2026-05-12 03:42:45 +09:00
Taiki Endo
d1eee517af codegen: Ignore uv 0.11.9
```
verifying https://github.com/astral-sh/uv/releases/download/0.11.9/uv-x86_64-unknown-linux-musl.tar.gz with gh attestation verify

Error: HTTP 404: Not Found (https://api.github.com/repos/astral-sh/uv/attestations/sha256:ac3e5051edbf30613b0f90d1c18d4807fea6b246f37490799fee0c1284a658b2?per_page=30&predicate_type=https://slsa.dev/provenance/v1)
```

https://github.com/astral-sh/uv/issues/19278
2026-05-05 22:47:55 +09:00
Taiki Endo
bbe1b9d5e1 Support rust 2026-05-05 03:04:34 +09:00
Mads Marquart
ff1c16dbcb Support cargo-apple-runner (#1731) 2026-05-04 21:05:27 +09:00
Nicolas Huber
8966c78b02 Support mdbook-d2 (#1737) 2026-05-04 21:03:03 +09:00
Taiki Endo
c2126fb235 Support cargo-binstall on riscv64 Linux 2026-05-04 20:39:44 +09:00
Taiki Endo
57f2d4f754 codegen: Pin cargo-binstall version in base manifest 2026-05-04 20:36:22 +09:00
Taiki Endo
b06c9cba54 codegen: cargo-spellcheck now provides AArch64 Linux/Windows binaries 2026-05-03 06:20:16 +09:00
Taiki Endo
135f92e251 codegen: tombi 0.9.23 changed asset names
4ffe79f6b7
2026-04-28 00:36:12 +09:00
Taiki Endo
0cc19d4b74 codegen: Remove flaky license auto-detection 2026-04-15 22:25:36 +09:00
Taiki Endo
dfb05aa008 codegen: Apply cooldown also for latest_only 2026-04-13 22:14:39 +09:00
Taiki Endo
0bb270a59a codegen: Mark coreutils 0.8.0 as broken
Same as 14ee01d8e3.
2026-04-08 20:22:26 +09:00
Taiki Endo
0486bdd90e Support cosign 2026-04-08 00:33:03 +09:00
Taiki Endo
55a981690b Support cargo-deb 2026-04-05 17:27:20 +09:00
Taiki Endo
eab6539ed6 codegen: Exclude very recently released version from candidate for
latest and omitted versions
2026-04-05 16:29:47 +09:00
Taiki Endo
11f5a9921c codegen: Detect deleted releases 2026-04-05 04:19:28 +09:00
daxpedda
ba78689f17 Add cargo-xwin (#1659) 2026-04-04 21:52:15 +09:00
Jesse Black
dbccc502f2 Support covgate (#1613) 2026-04-02 00:17:21 +09:00
Marco Neumann
80f622f7ce Support wasm-tools (#1642) 2026-04-01 23:06:25 +09:00
Taiki Endo
6abbc18f77 Install uv, uvw, and uvx binaries when installing uv 2026-03-29 01:20:06 +09:00
♫ Christian Krause ♫
b3b4c93c56 Fix error message grammar (#1616) 2026-03-24 20:17:45 +09:00
Taiki Endo
c35d18270e Support signature verification for mise and syft 2026-03-22 01:51:55 +09:00
Taiki Endo
525387f706 codegen: Clean up error handling and move some checks to appropriate
place

Unless error handling is done in particular care, in private tools this
approach tends to make debugging easier when failed.
2026-03-22 00:24:42 +09:00
Taiki Endo
9881fbaadb Update TOOLS.md to include aliases 2026-03-21 05:53:02 +09:00
Taiki Endo
8418e9f725 Support artifact attestations verification 2026-03-21 04:45:12 +09:00
Taiki Endo
68bba89805 manifest-schema: Apply clippy::exhaustive_enums and
clippy::exhaustive_structs
2026-03-21 03:51:13 +09:00
Taiki Endo
7df5094d28 manifest-schema: Rename ManifestDownloadInfo::checksum to hash to reduce
manifest size

Before:
```
wc -c manifests/* | grep total
2808686 total
```

After:
```
wc -c manifests/* | grep total
2748178 total
```
2026-03-21 03:48:16 +09:00
Taiki Endo
9089010789 manifest-schema: BaseManifest is not a part of Manifest
manifest-schema branch doesn't contain base manifests.
2026-03-21 03:31:00 +09:00
Taiki Endo
02b095fa15 Support more platforms in various tools 2026-03-19 20:50:58 +09:00
Lewin Chan
2fa8a20d64 Support auto-doc (#1596)
Co-authored-by: Lewin Chan <8480608+quotidian-ennui@users.noreply.github.com>
2026-03-19 18:50:58 +09:00
vimer
7e7fce5dde Support riscv64 for nextest since 0.9.131 (#1598) 2026-03-19 18:42:42 +09:00
Taiki Endo
14ee01d8e3 codegen: Mark coreutils 0.7.0 as broken
https://github.com/taiki-e/install-action/pull/1577#issuecomment-4028054305
2026-03-11 02:31:15 +09:00
Taiki Endo
5ccf6295e6 codegen: Avoid allocation in workspace_root() 2026-03-09 00:29:35 +09:00
gamma0987
28a014e014 Add gungraun-runner (#1520) 2026-02-17 02:31:19 +09:00
dependabot[bot]
44ad71dd7c codegen: Update toml requirement from 0.9 to 1 (#1512)
Updates the requirements on [toml](https://github.com/toml-rs/toml) to permit the latest version.
- [Commits](https://github.com/toml-rs/toml/compare/toml-v0.9.0...toml-v1.0.0)

---
updated-dependencies:
- dependency-name: toml
  dependency-version: 1.0.0+spec-1.1.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Taiki Endo <te316e89@gmail.com>
2026-02-13 16:23:28 +00:00
Taiki Endo
fc0080c116 codegen: cargo-llvm-cov 0.6.24+ provides AArch64 Windows binary 2026-01-23 01:53:41 +09:00
Taiki Endo
5ddf8f212b codegen: Update wasm-pack repository url 2026-01-20 21:23:17 +09:00
jgrim
a4fb6300cb Support cargo-neat (#1404) 2026-01-20 19:20:19 +09:00
Frank Elsinga
66210e3d43 Add mdbook-mermaid-ssr (#1400) 2026-01-10 20:50:10 +09:00