Backed out changeset fd09b9651dc6 (bug 1324492) for being a possible cause of valgrind leaks a=backout

This commit is contained in:
Wes Kocher 2016-12-30 10:57:11 -08:00
Родитель 1a2e2404c4
Коммит d857328fb1
5 изменённых файлов: 5 добавлений и 20 удалений

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

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

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

@ -1 +1 @@
0.1.7.20161229150900
0.1.6.20160329195300

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

@ -1 +1 @@
0.1.7
0.1.6

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

@ -268,6 +268,7 @@ install xvinfo
install patch
install libuuid-devel
install openssl-static
install cmake
install subversion
run
EOF
@ -428,22 +429,6 @@ peep install -r requirements.txt
# TC-VCS
npm install -g taskcluster-vcs@2.3.18
# CMake 3.7.1
cd $BUILD
tooltool_fetch <<'EOF'
[
{
"size": 7361172,
"digest": "0539d70ce3ac77042a45d638443b09fbf368e253622db980bc6fb15988743eacd031ab850a45c821ec3e9f0f5f886b9c9cb0668aeda184cd457b78abbfe7b629",
"algorithm": "sha512",
"filename": "cmake-3.7.1.tar.gz",
"unpack": true
}
]
EOF
cd cmake-3.7.1
./bootstrap && make install
# Ninja
cd $BUILD
tooltool_fetch <<'EOF'

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

@ -1,5 +1,5 @@
# TODO remove VOLUME below when the base image is updated next.
FROM taskcluster/centos6-build-upd:0.1.7.20161229150900
FROM taskcluster/centos6-build-upd:0.1.6.20160329195300
MAINTAINER Dustin J. Mitchell <dustin@mozilla.com>
# TODO remove when base image is updated