-
-
Notifications
You must be signed in to change notification settings - Fork 12.6k
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
inlyne: update test to remove expect
dependency
#202603
base: master
Are you sure you want to change the base?
Conversation
Maybe rendering doesn't work on Intel runners. Will probably try dumping the logs to stdout to see what is happening. The original test really just started and killed after timeout as |
EDIT: Though it should have tried another option like Metal afterward. May be problem limitation in runner. |
b29171b
to
e3f09b7
Compare
4a9f618
to
bdaec1c
Compare
1810e3d
to
c81151a
Compare
For Linux, added a
However, seems like one of required fonts is not found. Not sure why cosmic_text isn't using DejuVu Sans which I think is installed.
|
HOMEBREW_NO_INSTALL_FROM_API=1 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 doingHOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>
)? If this is a new formula, does it passbrew audit --new <formula>
?