Skip to content
Snippets Groups Projects
Commit 448cc5e5 authored by Chandan Singh's avatar Chandan Singh
Browse files

fixup! FIXUP: cairo

parent 1a5bf790
No related branches found
No related tags found
No related merge requests found
Pipeline #41548941 failed
......@@ -35,7 +35,7 @@ variables:
- pip3 install tox
# Install compiler
- |
bash -c '( apt-get update && apt-get install -y python3-dev gcc cairo ) || ( yum install -y gcc python3-devel cairo )'
bash -c '( apt-get update && apt-get install -y python3-dev gcc python3-cairo-dev ) || ( dnf install -y gcc python3-devel python3-cairo-devel gobject-introspection-devel glib2-devel )'
script:
- useradd -Um buildstream
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment