Skip to content
Snippets Groups Projects
Commit b4957a87 authored by Hugo Buddelmeijer's avatar Hugo Buddelmeijer
Browse files

Upgrade tectonic to 0.9.0 and biber to 2.14

parent 2d9c88fc
Branches
No related merge requests found
......@@ -15,7 +15,9 @@ ARG CONDA_PREFIX=/opt/conda
# thereby increasing continuous integration speed.
COPY example.tex /root/example.tex
RUN ${CONDA_PREFIX}/bin/mamba install "tectonic==0.1.15" texlive-core "malramsay::biber==2.11" \
# Biber and tectonic need to have matching versions, so it is not feasible to
# release the pin on either of them.
RUN ${CONDA_PREFIX}/bin/mamba install "tectonic==0.9.0" texlive-core "malramsay::biber==2.14" \
&& ${CONDA_PREFIX}/bin/tectonic /root/example.tex \
&& curl -o /usr/local/bin/git-latexdiff https://gitlab.com/git-latexdiff/git-latexdiff/-/raw/1.6.0/git-latexdiff \
&& chmod +x /usr/local/bin/git-latexdiff
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment