Replies: 2 comments
-
|
Ping @Homebrew/linux |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I tried to bottle it and it builds but fails the test: I think the test is expecting |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
the
x86_64_linuxarch is gone from thebottlestanza of thetopgradebottle since the https://github.com/homebrew/linuxbrew-core/commit/e2c833d326c45d9aaf4e26af6dd8b2f31564dc04; should it be that way?BTW
brew log -p topgradelooks quite weird: the commit27ce9does add the linux bottle (see below)commit 27ce9737e78d9144910f14d6b15d2ff4055915a4 Author: Rylan Polster <rslpolster@gmail.com> Date: Wed Feb 3 21:19:39 2021 -0500 formulae: use new bottle syntax diff --git a/Formula/topgrade.rb b/Formula/topgrade.rb index ce39ba13583..e3c087408c6 100644 --- a/Formula/topgrade.rb +++ b/Formula/topgrade.rb @@ -6,11 +6,11 @@ class Topgrade < Formula license "GPL-3.0-or-later" bottle do - sha256 cellar: :any_skip_relocation, big_sur: "d22afeb0ce41bb904c578d0937769106c4238786f2f1e99049a09acdc3e4c970" sha256 cellar: :any_skip_relocation, arm64_big_sur: "721e3bf97251b6f87f74f544de588665551ca8cde796cc3892c4c09930dcd647" - sha256 cellar: :any_skip_relocation, catalina: "0ced5032bb268646ed019ea9ee8ada679015b1cdfb3e7f1080d68c55c9efd63e" - sha256 cellar: :any_skip_relocation, mojave: "03df4f3f862729424b4fa9d874b46c9b0ca65cf2ea4b9145cf4517595a0fdeda" - sha256 cellar: :any_skip_relocation, x86_64_linux: "a16845e657323a1956ba8cfa060c6a3987ce9840183fca6c58beb924b2ac0478" + sha256 cellar: :any_skip_relocation, big_sur: "d22afeb0ce41bb904c578d0937769106c4238786f2f1e99049a09acdc3e4c970" + sha256 cellar: :any_skip_relocation, catalina: "0ced5032bb268646ed019ea9ee8ada679015b1cdfb3e7f1080d68c55c9efd63e" + sha256 cellar: :any_skip_relocation, mojave: "03df4f3f862729424b4fa9d874b46c9b0ca65cf2ea4b9145cf4517595a0fdeda" + sha256 cellar: :any_skip_relocation, x86_64_linux: "a16845e657323a1956ba8cfa060c6a3987ce9840183fca6c58beb924b2ac0478" end depends_on "rust" => :buildbut the one that follows it doesn't have a trace of linux bottle
commit e2c833d326c45d9aaf4e26af6dd8b2f31564dc04 Author: Rylan Polster <rslpolster@gmail.com> Date: Wed Feb 3 00:13:48 2021 -0500 formulae: use new bottle syntax diff --git a/Formula/topgrade.rb b/Formula/topgrade.rb index 47b62fcd52e..c70c0224be1 100644 --- a/Formula/topgrade.rb +++ b/Formula/topgrade.rb @@ -6,10 +6,10 @@ class Topgrade < Formula license "GPL-3.0-or-later" bottle do - sha256 cellar: :any_skip_relocation, big_sur: "d22afeb0ce41bb904c578d0937769106c4238786f2f1e99049a09acdc3e4c970" sha256 cellar: :any_skip_relocation, arm64_big_sur: "721e3bf97251b6f87f74f544de588665551ca8cde796cc3892c4c09930dcd647" - sha256 cellar: :any_skip_relocation, catalina: "0ced5032bb268646ed019ea9ee8ada679015b1cdfb3e7f1080d68c55c9efd63e" - sha256 cellar: :any_skip_relocation, mojave: "03df4f3f862729424b4fa9d874b46c9b0ca65cf2ea4b9145cf4517595a0fdeda" + sha256 cellar: :any_skip_relocation, big_sur: "d22afeb0ce41bb904c578d0937769106c4238786f2f1e99049a09acdc3e4c970" + sha256 cellar: :any_skip_relocation, catalina: "0ced5032bb268646ed019ea9ee8ada679015b1cdfb3e7f1080d68c55c9efd63e" + sha256 cellar: :any_skip_relocation, mojave: "03df4f3f862729424b4fa9d874b46c9b0ca65cf2ea4b9145cf4517595a0fdeda" end depends_on "rust" => :buildP.S. Doesn't quite fit the "request a bottle" report, and there's no obvious way to create an arbitrary issue in linuxbrew-core, so posting it here.
Beta Was this translation helpful? Give feedback.
All reactions