Choose tinytex's tlmgr for the platform that docker builds on#652
Open
textrix wants to merge 1 commit intomickael-kerjean:masterfrom
Open
Choose tinytex's tlmgr for the platform that docker builds on#652textrix wants to merge 1 commit intomickael-kerjean:masterfrom
textrix wants to merge 1 commit intomickael-kerjean:masterfrom
Conversation
Owner
|
sorry for the delay, I've been absorbed in the rewrite of the frontend for quite some time and support for more architecture has been added along the way. If something is wrong with the current approach, I'm happy to accept a PR, otherwise I'll close this in about a month or 2. |
f077123 to
0ff9d62
Compare
53b12f9 to
96b566e
Compare
8b0c5e5 to
023b018
Compare
d08482f to
c3f2c57
Compare
73f9b79 to
acad39b
Compare
5368c95 to
8d89c78
Compare
745e55d to
e7097b4
Compare
54c1682 to
8ce537f
Compare
ebdf636 to
72cebf4
Compare
abe0123 to
3b48a5f
Compare
608518a to
cbd40c9
Compare
9757ff1 to
7fa253f
Compare
5e9f59a to
b9f2ee9
Compare
9cc25b0 to
58f3ce4
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I wasn't able to build on the aarch64 platform, so I looked at the Docker files and found that I could change the tlmgr to a platform-specific directory name using uname -m to select the binaries.
The CI currently in use does not appear to be written to be multiplatform using buildx, but this slight modification should allow us to build on aarch64 temporarily.
Check out the submitted commit, and if it's good, confirm it.
I have verified that it builds fine Tested on WSL in Windows 11 and Arm instance of Oracle Cloud.