-
-
Notifications
You must be signed in to change notification settings - Fork 12.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dotnet 7.0.100 #115365
dotnet 7.0.100 #115365
Conversation
Just noting that I haven't been able to build locally yet. Haven't had time to figure out build failure after updating patches. Have been testing ARM build, so may try to get Intel build working first, which is usually better supported/tested. |
f52f9e7
to
9e3ab60
Compare
9e3ab60
to
dc3bbe2
Compare
dc3bbe2
to
8a4ef4c
Compare
8a4ef4c
to
4bf1482
Compare
Got ARM build working. Won't know about Intel until long timeout is available. However, remaining problem is dependents don't support .NET 7:
|
Most likely will create Also, not sure what is going on with Linux build time. Either .NET 7 takes noticeably longer to build or something is going wrong. |
4bf1482
to
957bfc3
Compare
957bfc3
to
d4a437d
Compare
d4a437d
to
3b520fb
Compare
3b520fb
to
6287d32
Compare
brew install --build-from-source <formula>
, where<formula>
is the name of the formula you're submitting?brew test <formula>
, where<formula>
is the name of the formula you're submitting?brew audit --strict <formula>
(after doingbrew install --build-from-source <formula>
)? If this is a new formula, does it passbrew audit --new <formula>
?