Bug 1269355 - Add sccache to clang.manifest.centos6 tooltool manifest; r=me

The job was barfing because sccache was missing. So I copied the sccache
entry from another manifest into this one.
This commit is contained in:
Gregory Szorc 2016-11-22 18:51:01 -08:00
parent c8dc1ff2d1
commit 2d110eb32e

View File

@ -14,5 +14,13 @@
"filename": "gtk3.tar.xz",
"setup": "setup.sh",
"unpack": true
},
{
"version": "sccache rev b21198a7183a2fe226ff49348b1c0b51bae9f4f8",
"algorithm": "sha512",
"filename": "sccache2.tar.xz",
"unpack": true,
"digest": "b89c40dbf28c2bd54fadf017c15a8789f6e7611252a623cc3a1507e3dd6fc9e5a50d746e81776ba856e33fdc99b4a6413ba7c3ac0aed5f4835705da2b758ef22",
"size": 1020700
}
]