summaryrefslogtreecommitdiffstats
path: root/libcxx/utils/docker/debian9
Commit message (Collapse)AuthorAgeFilesLines
* [libc++][NFC] Remove excess trailing newlines from most filesCasey Carter2019-10-232-3/+0
| | | | Testing git commit access.
* Reconfigure docker builders to be more modular.Eric Fiselier2019-06-186-205/+144
| | | | | | And other various cleanups to the configuration. llvm-svn: 363722
* attempt to unbreak build botsEric Fiselier2019-04-281-2/+3
| | | | llvm-svn: 359404
* Attempt to switch to auto-scaling botsEric Fiselier2019-04-281-0/+2
| | | | llvm-svn: 359403
* Install GCC 5 on buildbots to replace GCC 4.9.Eric Fiselier2019-03-041-3/+3
| | | | | | | | | | | LLVM is dropping support for GCC 4.9. This patch adds a GCC 5 installation to the buildbot image so we can upgrade the 4.9 bot to GCC 5. As a temporary workaround until zorg updates, we install GCC 5 as GCC 4.9. llvm-svn: 355334
* Improve docker images and configuration; create compiler-zoo imageEric Fiselier2019-01-191-49/+137
| | | | llvm-svn: 351667
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
| | | | | | | | | | | | | | | | | to reflect the new license. We understand that people may be surprised that we're moving the header entirely to discuss the new license. We checked this carefully with the Foundation's lawyer and we believe this is the correct approach. Essentially, all code in the project is now made available by the LLVM project under our new license, so you will see that the license headers include that license only. Some of our contributors have contributed code under our old license, and accordingly, we have retained a copy of our old license notice in the top-level files in each project and repository. llvm-svn: 351636
* Rework docker setup to make it easier to work around bugs on buildbotsEric Fiselier2018-12-151-2/+4
| | | | llvm-svn: 349234
* Add docker configurations used by the buildbots.Eric Fiselier2018-11-191-0/+113
These are the scripts I use to create the docker images for the build bots and run them. llvm-svn: 347244
OpenPOWER on IntegriCloud