Bug 1272629 - Add bison package installation to taskcluster docker setup script. r=dustin

Update centos6 build version from 0.1.6 to 0.1.7

MozReview-Commit-ID: 66Eu8lCfOHy
This commit is contained in:
Enes Goktas 2016-07-19 13:42:37 -07:00 коммит произвёл Mike Hommey
Родитель 0a6c8b7b86
Коммит 3fdb9182c7
5 изменённых файлов: 7 добавлений и 4 удалений

Просмотреть файл

@ -1,4 +1,4 @@
FROM taskcluster/centos6-build:0.1.6
FROM taskcluster/centos6-build:0.1.7
MAINTAINER Dustin J. Mitchell <dustin@mozilla.com>
### update to latest from upstream repositories

Просмотреть файл

@ -1 +1 @@
0.1.6.20160329195300
0.1.7.20160719131900

Просмотреть файл

@ -1 +1 @@
0.1.6
0.1.7

Просмотреть файл

@ -270,6 +270,9 @@ install libuuid-devel
install openssl-static
install cmake
install subversion
# required for building binutils
install bison
run
EOF

Просмотреть файл

@ -1,4 +1,4 @@
FROM taskcluster/centos6-build-upd:0.1.6.20160329195300
FROM taskcluster/centos6-build-upd:0.1.7.20160719131900
MAINTAINER Dustin J. Mitchell <dustin@mozilla.com>
# Add build scripts; these are the entry points from the taskcluster worker, and