Compare commits

...

5 Commits

Author SHA1 Message Date
Taiki Endo
a50413355c Release 2.49.14 2025-03-05 04:59:01 +09:00
Taiki Endo
469c5e22dd ci: Mark espup as glibc_pre_2_34_incompat
```
+ espup --version
espup: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by espup)
espup: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by espup)
espup: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by espup)
```
2025-03-05 04:57:35 +09:00
Taiki Endo
073412b133 Update espup@latest to 0.14.1 2025-03-05 04:57:35 +09:00
Taiki Endo
970d55e3ce Release 2.49.13 2025-03-04 23:08:34 +09:00
Taiki Endo
041a7e385b Update trunk@latest to 0.21.8 2025-03-04 22:48:53 +09:00
4 changed files with 60 additions and 6 deletions

View File

@@ -10,6 +10,14 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
## [Unreleased]
## [2.49.14] - 2025-03-04
- Update `espup@latest` to 0.14.1.
## [2.49.13] - 2025-03-04
- Update `trunk@latest` to 0.21.8.
## [2.49.12] - 2025-03-04
- Update `cargo-tarpaulin@latest` to 0.32.2.
@@ -3616,7 +3624,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.49.12...HEAD
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.49.14...HEAD
[2.49.14]: https://github.com/taiki-e/install-action/compare/v2.49.13...v2.49.14
[2.49.13]: https://github.com/taiki-e/install-action/compare/v2.49.12...v2.49.13
[2.49.12]: https://github.com/taiki-e/install-action/compare/v2.49.11...v2.49.12
[2.49.11]: https://github.com/taiki-e/install-action/compare/v2.49.10...v2.49.11
[2.49.10]: https://github.com/taiki-e/install-action/compare/v2.49.9...v2.49.10

26
manifests/espup.json generated
View File

@@ -19,10 +19,32 @@
},
"license_markdown": "[MIT](https://github.com/esp-rs/espup/blob/main/LICENSE-MIT) OR [Apache-2.0](https://github.com/esp-rs/espup/blob/main/LICENSE-APACHE)",
"latest": {
"version": "0.14.0"
"version": "0.14.1"
},
"0.14": {
"version": "0.14.0"
"version": "0.14.1"
},
"0.14.1": {
"x86_64_linux_gnu": {
"etag": "0x8DD5B2E6ED160EF",
"checksum": "4ff88de902f2e7fea90bc2413f37ed6664f7fe6eb1e22008258e2c2fcda1193f"
},
"x86_64_macos": {
"etag": "0x8DD5B2E3AC70EF0",
"checksum": "8009e8769f8ce5a34363191af8577967e61b7fb1efdc7a12d69b0d7a9861313c"
},
"x86_64_windows": {
"etag": "0x8DD5B2E66D2424A",
"checksum": "89345763a85db96a660e28d4e5c4e210f478776902b3f1030b5798998d83934e"
},
"aarch64_linux_gnu": {
"etag": "0x8DD5B2E4CF0E0C6",
"checksum": "8dbff145143259dbb1f1b2928008be6e0d9b5ada7d7969579f08132a521d9526"
},
"aarch64_macos": {
"etag": "0x8DD5B2E310B430A",
"checksum": "3cd9664e8c04b0c444b118633453b2387584c9fa6f24b96fb4c7fcaedda8309f"
}
},
"0.14.0": {
"x86_64_linux_gnu": {

26
manifests/trunk.json generated
View File

@@ -19,10 +19,32 @@
},
"license_markdown": "[MIT](https://github.com/trunk-rs/trunk/blob/main/LICENSE-MIT) OR [Apache-2.0](https://github.com/trunk-rs/trunk/blob/main/LICENSE-APACHE)",
"latest": {
"version": "0.21.7"
"version": "0.21.8"
},
"0.21": {
"version": "0.21.7"
"version": "0.21.8"
},
"0.21.8": {
"x86_64_linux_musl": {
"etag": "0x8DD5B1F56C4ADFF",
"checksum": "3c11e08c37a06e707db364be01f6d6568082ff5470e38565bfed21e45b742b8e"
},
"x86_64_macos": {
"etag": "0x8DD5B1F565DD3FD",
"checksum": "03404c0036561a38421b67ffd596a19868b96d9d34228d17e367005aebfa1070"
},
"x86_64_windows": {
"etag": "0x8DD5B1F56A892EA",
"checksum": "deb0db2a660b8e9ea3064a3862822e099fd01be06424d3125dbf917382195131"
},
"aarch64_linux_musl": {
"etag": "0x8DD5B1F5633234E",
"checksum": "afc72ddbc526d2a793949e336a3811f65dfbfdd5d06a948e44b36c473e219ee9"
},
"aarch64_macos": {
"etag": "0x8DD5B1F562D8444",
"checksum": "934e2fba770cfc20b4e3498e35fbe8a03b0e6e60580cdc36eb070002834bc208"
}
},
"0.21.7": {
"x86_64_linux_musl": {

View File

@@ -14,6 +14,7 @@ glibc_pre_2_35_incompat=(
glibc_pre_2_34_incompat=(
"${glibc_pre_2_35_incompat[@]}"
cargo-spellcheck
espup
wait-for-them
xbuild
)
@@ -21,7 +22,6 @@ glibc_pre_2_34_incompat=(
glibc_pre_2_31_incompat=(
"${glibc_pre_2_34_incompat[@]}"
cargo-sort
espup
)
# version `GLIBC_2.28' not found
glibc_pre_2_28_incompat=(