Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Tiago Peixoto
graph-tool
Commits
a12fbb39
Commit
a12fbb39
authored
Sep 16, 2020
by
Tiago Peixoto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CI: fix Dockerfile
parent
e3191a70
Pipeline
#729
failed with stage
in 30 minutes and 43 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
release/docker/Dockerfile
release/docker/Dockerfile
+3
-3
No files found.
release/docker/Dockerfile
View file @
a12fbb39
...
...
@@ -32,7 +32,7 @@ ADD PKGBUILD PKGBUILD
RUN
makepkg PKGBUILD
--needed
GIT_REF
=
$GIT_REF
CXXFLAGS
=
"-mtune=generic -O3 -pipe -flto=2 -ffunction-sections -fdata-sections"
LDFLAGS
=
"-Wl,--gc-sections"
USER
root
RUN
mv
-v
"
${
MAKEPKG_ROOT
}
/"
python-graph-tool-
*
-x86_64
.pkg.tar.
x
z /tmp/python-graph-tool.pkg.tar.
x
z
RUN
mv
-v
"
${
MAKEPKG_ROOT
}
/"
python-graph-tool-
*
-x86_64
.pkg.tar.z
st
/tmp/python-graph-tool.pkg.tar.z
st
# Non-build
...
...
@@ -40,10 +40,10 @@ FROM archlinux/base:latest
RUN
echo
"Server=https://archive.archlinux.org/repos/
`
date
-d
'yesterday 13:00'
+%Y/%m/%d
`
/
\$
repo/os/
\$
arch"
>
/etc/pacman.d/mirrorlist
COPY
--from=builder /tmp/python-graph-tool.pkg.tar.
x
z /tmp/python-graph-tool.pkg.tar.
x
z
COPY
--from=builder /tmp/python-graph-tool.pkg.tar.z
st
/tmp/python-graph-tool.pkg.tar.z
st
RUN
pacman
-Syu
--noconfirm
--disable-download-timeout
\
&&
pacman
-U
--noconfirm
--noprogressbar
--needed
/tmp/python-graph-tool.pkg.tar.
x
z
\
&&
pacman
-U
--noconfirm
--noprogressbar
--needed
/tmp/python-graph-tool.pkg.tar.z
st
\
&&
yes
| pacman
-Scc
--noconfirm
RUN
pacman
-S
ipython gtk3 python-gobject python-matplotlib python-pandas jupyter-notebook mathjax python-cairocffi pandoc
--noconfirm
--needed
...
...
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