We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1acf31d + 4ca916f commit af94cb9Copy full SHA for af94cb9
Formula/d/[email protected]
@@ -42,6 +42,12 @@ class DotnetAT8 < Formula
42
depends_on "lttng-ust"
43
end
44
45
+ on_intel do
46
+ # Building on Intel Sonoma or later results in stack overflow on restore.
47
+ # See https://github.com/Homebrew/homebrew-core/issues/197546
48
+ depends_on maximum_macos: [:ventura, :build]
49
+ end
50
+
51
resource "release.json" do
52
url "https://github.com/dotnet/dotnet/releases/download/v8.0.121/release.json"
53
sha256 "ba61d54adf402098d6772763dbc021bf60a82c28abeebefba94c74b50e1dbbc4"
0 commit comments