Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
C
ci-images
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Peter Trommler
ci-images
Commits
c6b91698
Commit
c6b91698
authored
Jan 24, 2020
by
Ben Gamari
🐢
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update sphinx to 2.3.1
parent
408eff66
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
12 deletions
+9
-12
i386-linux-deb9/Dockerfile
i386-linux-deb9/Dockerfile
+2
-1
x86_64-linux-deb10/Dockerfile
x86_64-linux-deb10/Dockerfile
+2
-2
x86_64-linux-deb9/Dockerfile
x86_64-linux-deb9/Dockerfile
+3
-2
x86_64-linux-fedora27/Dockerfile
x86_64-linux-fedora27/Dockerfile
+2
-7
No files found.
i386-linux-deb9/Dockerfile
View file @
c6b91698
...
...
@@ -12,11 +12,12 @@ RUN apt-get update -qq \
perl python3 texinfo xz-utils pxz lbzip2 bzip2 patch openssh-client
sudo time
\
jq wget curl
\
# Documentation tools
python3-
sphinx
texlive-xetex texlive-latex-extra texlive-generic-extra texlive-fonts-recommended lmodern \
python3-
pip
texlive-xetex texlive-latex-extra texlive-generic-extra texlive-fonts-recommended lmodern \
# Core build utilities
libgmp-dev:i386 \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
RUN
pip3
install
sphinx
==
2.3.1
WORKDIR
/tmp
# Get i386 GHC bindist for 32 bit CI builds.
...
...
x86_64-linux-deb10/Dockerfile
View file @
c6b91698
...
...
@@ -25,10 +25,10 @@ RUN apt-get update -qq && apt-get install --no-install-recommends -qy \
# For nofib
valgrind \
# Documentation tools
python3-
sphinx
texlive-xetex texlive-latex-extra texlive-binaries texlive-fonts-recommended lmodern texlive-generic-extra \
python3-
pip
texlive-xetex texlive-latex-extra texlive-binaries texlive-fonts-recommended lmodern texlive-generic-extra \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
RUN
pip3
install
sphinx
==
2.3.1
WORKDIR
/tmp
# Install GHC and cabal
...
...
x86_64-linux-deb9/Dockerfile
View file @
c6b91698
...
...
@@ -25,10 +25,11 @@ RUN apt-get update -qq && apt-get install --no-install-recommends -qy \
# For nofib
valgrind \
# Documentation tools
python3-sphinx texlive-xetex texlive-latex-extra texlive-binaries texlive-fonts-recommended lmodern texlive-generic-extra \
texlive-xetex texlive-latex-extra texlive-binaries texlive-fonts-recommended lmodern texlive-generic-extra \
python3-pip \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
RUN
pip3
install
sphinx
==
2.3.1
WORKDIR
/tmp
# Install GHC and cabal
...
...
x86_64-linux-fedora27/Dockerfile
View file @
c6b91698
...
...
@@ -12,18 +12,13 @@ RUN dnf -y install coreutils binutils which git make \
curl wget jq
# Documentation tools
RUN
dnf
-y
install
python3-
sphinx
\
RUN
dnf
-y
install
python3-
pip
\
texlive texlive-latex texlive-xetex
\
texlive-collection-latex texlive-collection-latexrecommended
\
texlive-xetex-def texlive-collection-xetex
\
python-sphinx-latex dejavu-sans-fonts dejavu-serif-fonts
\
dejavu-sans-mono-fonts
# This is in the PATH when I ssh into the CircleCI machine but somehow
# sphinx-build isn't found during configure unless we explicitly
# add it here as well; perhaps PATH is being overridden by CircleCI's
# infrastructure?
ENV
PATH /usr/libexec/python3-sphinx:$PATH
RUN
pip3
install
sphinx
==
2.3.1
# systemd isn't running so remove it from nsswitch.conf
# Failing to do this will result in testsuite failures due to
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment