-
Notifications
You must be signed in to change notification settings - Fork 70
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
Pulling texlive #90
Comments
Hey! Thanks for reporting this. On the backend side, this seems to be the related error: {
"cmd": "shell/texlive.combined.scheme-full",
"eventTime": "2020-03-03T14:24:32.791053488Z",
"message": "[nix] building of '/nix/store/yb3np3i058s19nwnx3r05bp58hz4ia7y-texlive-combined-full-2019.drv' timed out after 60 seconds",
"image": "nixery-prepare-image",
"serviceContext": {
"version": "rsfq1y5knnd3n467gmw0yfnc707qnj53",
"service": "nixery"
}
} Looking through the logs it seems that |
I'm testing this at |
FWIW the instance with that commit is running at |
Thanks for looking into this! |
If you try to pull a container image with
texlive.combined.scheme-full
you get a status 500 from nixery after a while. I suppose this is due to the size of the full texlive with some kind of timeout given that e.g.scheme-medium
works as expected.The text was updated successfully, but these errors were encountered: