From 285438a9d904e9f1e0d57c4b9a9b468244248e39 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Fri, 8 Mar 2024 10:43:43 +0900 Subject: [PATCH] codegen: Mark just 1.25.0 as broken As of 2024-03-08 01:42 UTC, this release only contains a few Linux binaries. ``` Error: platform list in base manifest for just contains x86_64_macos, but latest release (1.25.0) doesn't contain it; consider marking 1.25.0 as broken by adding 'broken' field to base manifest ``` https://github.com/casey/just/actions/runs/8196561542 --- tools/codegen/base/just.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/codegen/base/just.json b/tools/codegen/base/just.json index 2853a698..1b0f3970 100644 --- a/tools/codegen/base/just.json +++ b/tools/codegen/base/just.json @@ -2,6 +2,7 @@ "repository": "https://github.com/casey/just", "tag_prefix": "", "rust_crate": "${package}", + "broken": ["1.25.0"], "asset_name": "${package}-${version}-${rust_target}.tar.gz", "platform": { "x86_64_linux_musl": {},