Chandan Singh pushed to branch chandan/toxify at BuildStream / buildstream
Commits:
-
448cc5e5
by Chandan Singh at 2018-12-28T13:11:16Z
1 changed file:
Changes:
... | ... | @@ -35,7 +35,7 @@ variables: |
35 | 35 |
- pip3 install tox
|
36 | 36 |
# Install compiler
|
37 | 37 |
- |
|
38 |
- bash -c '( apt-get update && apt-get install -y python3-dev gcc cairo ) || ( yum install -y gcc python3-devel cairo )'
|
|
38 |
+ 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 )'
|
|
39 | 39 |
|
40 | 40 |
script:
|
41 | 41 |
- useradd -Um buildstream
|