Merge pull request #15248 from ZhongRuoyu/bottle-manifest

github_packages: fix bottle manifest schema violation
This commit is contained in:
Carlo Cabrera 2023-04-17 23:41:55 +08:00 committed by GitHub
commit e98bfdd012
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -363,7 +363,7 @@ class GitHubPackages
"sh.brew.bottle.cpu.variant" => cpu_variant,
"sh.brew.bottle.digest" => tar_gz_sha256,
"sh.brew.bottle.glibc.version" => glibc_version,
"sh.brew.bottle.size" => local_file_size,
"sh.brew.bottle.size" => local_file_size.to_s,
"sh.brew.tab" => tab.to_json,
}.reject { |_, v| v.blank? }