Skip to content
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

texlive: build all official schemes on Hydra #88047

Merged
merged 1 commit into from May 23, 2020

Conversation

veprbl
Copy link
Member

@veprbl veprbl commented May 18, 2020

We are already building texlive.combined.scheme-full as a dependency
for manim.

Motivation for this change

Fixes: #88045

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS linux)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Ensured that relevant documentation is up to date
  • Fits CONTRIBUTING.md.

We are already building texlive.combined.scheme-full as a dependency
for manim.
@est31
Copy link
Contributor

est31 commented May 18, 2020

Wow that was a quick fix. Thanks @veprbl !

@veprbl veprbl added the 9.needs: port to stable A PR needs a backport to the stable release. label May 18, 2020
@veprbl
Copy link
Member Author

veprbl commented May 18, 2020

I did a following test:

# nix-store --export /nix/store/2kya8vhwj6bq8ydk6afy7ap50rknxbrk-texlive-combined-full-2019 > test.nar
# du -hs test.nar 
252M    test.nar
# gzip test.nar
# du -hs test.nar.gz 
81M     test.nar.gz

Seems reasonable to me. I believe, we already put into the cache rest of ~3 Gb fixed-output dependencies of texlive.combined.scheme-full.

@veprbl veprbl merged commit 9a7e2bb into NixOS:master May 23, 2020
@veprbl veprbl deleted the pr/texlive_build_schemes branch May 23, 2020 17:54
@veprbl veprbl restored the pr/texlive_build_schemes branch December 1, 2020 16:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Since installing texlive.combined.scheme-full, system updates cause recompilations
2 participants