-
-
Notifications
You must be signed in to change notification settings - Fork 12.9k
code-server 4.1.0 #96254
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
code-server 4.1.0 #96254
Conversation
NotesTrying to understand what's actually wrong. Logs: https://github.com/Homebrew/homebrew-core/runs/5425429238?check_suite_focus=true
Having a hard time seeing what the actual error is 🤔 The only thing I see in You can try again using:
brew postinstall python@3.10
Warning: The post-install step did not complete successfully That's the only thing suspicious I see in the logs. The only other warning is this: Warning: HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK is set: not checking for outdated
dependents or dependents with broken linkage! So I'm really not too sure what the error is. It's strange because we didn't have these issues last release and we didn't have any major changes 🤔 And then in Logs:
/Users/brew/actions-runner-x86_64/_work/homebrew-core/homebrew-core/bottles/logs/code-server/00.options.out
/Users/brew/actions-runner-x86_64/_work/homebrew-core/homebrew-core/bottles/logs/code-server/01.yarn
READ THIS: https://docs.brew.sh/Troubleshooting
Error: code-server 4.1.0 did not build I'm not sure why it's saying it didn't build? |
Nevermind, they're there. |
Hmm maybe related to this? coder/code-server#4896 or parcel-bundler/watcher#93 |
It seems like brew or something is swallowing the logs so I can't see the actual errors. I downloaded the logs but there's nothing in there either |
I am guessing a Homebrew CI issue, but will need someone else to take a look at ARM runners. There are some other PRs failing without logs and/or failing on |
Now it's passing? 🤷♂️ That's magical lol yay! |
Some notes for Linux build to be explored outside this PR. For Linux (not yet bottled, so ignored in CI), looks like there are a number of linked system libraries, which are mostly from Not sure if there is a way around this to allow us to package We do update the RPATH to
|
🤖 A scheduled task has triggered a merge. |
I was talking to @code-asher about this. We used to exclude electron entirely since we don't use it. It somehow got added back in (we believe by accident from another maintainer). We plan to revisit this in a future version of code-server (possibly removing electron/x11 dependencies in a build step) to avoid this. |
Created with
brew bump-formula-pr
.