-
Notifications
You must be signed in to change notification settings - Fork 55
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
New point release (for Apple Silicon homebrew) #343
Comments
The 2.2.1 release is on the way 🚀 .
I am a bit busy right now but |
No hurry, that's excellent news! Very excited :) |
Homebrew bump PR is up, but CI fails on ARM with
(apparently |
From this run: https://github.com/Homebrew/homebrew-core/pull/68404/checks?check_run_id=1658968613
Sounds like it could be related to wasmerio/wasmer#1986 (comment). |
I've looked at the failure output for the 11-arm Homebrew build. The build script is calling
The Clang target triple for Apple Silicon is When compiled with
I'll open a PR to fix this. |
The issue between |
Thanks @pfoerster for merging my PR latex-lsp/bibutils-sys#4!. I've opened a new PR on this repo that bumps the |
The issue with |
@pfoerster The PRs didn't fix the syn issue, but they fixed the Thanks for all your help @pfoerster! |
I just saw that I forgot to push the commit. 14099ff should be the fix. |
Great! If you cut a new point release, I'll update the homebrew PR! |
ARM bottle built successfully \o/ Thanks @richiksc ! |
/sparkle @pfoerster for quick responses and for fixing syn |
...aaand it's merged. homebrew should now install native texlab on ARM. |
Thanks for the help all! If any of you still have time to help chip away at some of the other formulae at Homebrew/homebrew-core#68301, that'd be much appreciated. |
I'm not sure how Rust handles cross-compilation, but would it be possible to compile static binaries for the No worries if not (i've been meaning to install rust anyway), but I thought that it wouldn't hurt to ask. I'm hoping that this will fix the errors that I'm running into trying to run In Sublime Text 3 {
"clients":
{
"gopls":
{
"enabled": true
},
"texlab":
{
"command":
[
"/opt/bin/texlab -vvvv --log-file ~/Desktop/texlab.log"
],
"enabled": true,
"languages":
[
{
"document_selector": "text.tex.latex",
"languageId": "latex"
},
{
"document_selector": "text.bibtex",
"languageId": "bibtex"
}
]
}
}
} to
I also tried following
from https://lsp.readthedocs.io/en/latest/#latex. While that enabled the builtin sublime autocomplete, it still did not enable the LSP texlab autocomplete. |
I think you need to be running Big Sur to cross-compile to ARM; not sure. If this is correct, then it wouldn't be possible, as GitHub CI is running Catalina. GitHub CI running Big Sur is in private preview: actions/runner-images#2486 might be a while before it gets rolled out more widely. |
However, if you want a
This will extract a directory called |
I would like to provide binaries for more platforms including Apple Silicon and BSD but I have never used these platforms so I would need some help for this. I will gladly accept pull requests that extend our CI scripts with builds for other platforms. |
Would you consider cutting a
2.2.1
release in the near future? There are ~60 commits since2.2.0
, and a new release would help homebrew support texlab with Rust 1.49 on Apple Silicon (Homebrew/homebrew-core#68301).(Or if a
3.0.0
release is upcoming, even better :) There's also LSP spec 3.16 out now, but I don't think that has much impact on texlab?)The text was updated successfully, but these errors were encountered: