Chandan Singh pushed to branch chandan/toxify at BuildStream / buildstream
Commits:
-
c9a550ff
by Chandan Singh at 2018-12-24T13:24:29Z
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 gcc ) || ( yum install -y gcc )'
|
|
38 |
+ bash -c '( apt-get update && apt-get install -y python3-dev gcc ) || ( yum install -y gcc python3-devel )'
|
|
39 | 39 |
|
40 | 40 |
script:
|
41 | 41 |
- useradd -Um buildstream
|