summaryrefslogtreecommitdiffstats
path: root/libcxx/utils/docker/scripts
Commit message (Collapse)AuthorAgeFilesLines
* [libc++][NFC] Remove excess trailing newlines from most filesCasey Carter2019-10-231-1/+0
| | | | Testing git commit access.
* Attempt to remove linker workaround on the buildbots: Attempt 2Eric Fiselier2019-10-031-7/+0
| | | | | | | | | | | | The first commit removed the workaround in a old script. This patch removes it in the file actually used by the bots. I have no idea if this is still needed, but removing the workaround seems like the easiest way to test. I'll revert this change if the bots go red. llvm-svn: 373653
* Attempt to remove linker workaround on the buildbots.Eric Fiselier2019-10-031-7/+0
| | | | | | | | | I have no idea if this is still needed, but removing the workaround seems like the easiest way to test. I'll revert this change if the bots go red. llvm-svn: 373650
* fix buildbot start script to no longer hangEric Fiselier2019-08-201-1/+1
| | | | llvm-svn: 369428
* bump lld version used by buildbotsEric Fiselier2019-08-201-2/+2
| | | | llvm-svn: 369416
* Reconfigure docker builders to be more modular.Eric Fiselier2019-06-185-298/+120
| | | | | | And other various cleanups to the configuration. llvm-svn: 363722
* attempt to unbreak buildbotsEric Fiselier2019-06-142-2/+9
| | | | llvm-svn: 363442
* Fix permission error while running botsEric Fiselier2019-04-281-0/+1
| | | | llvm-svn: 359405
* attempt to unbreak build botsEric Fiselier2019-04-281-3/+4
| | | | llvm-svn: 359404
* Attempt to switch to auto-scaling botsEric Fiselier2019-04-282-0/+115
| | | | llvm-svn: 359403
* The new file header didn't get carried over when these files wereChandler Carruth2019-02-112-8/+6
| | | | | | "moved" somehow, update them to use it. llvm-svn: 353669
* Improve docker images and configuration; create compiler-zoo imageEric Fiselier2019-01-196-208/+244
| | | | llvm-svn: 351667
* Fix all the bots.Eric Fiselier2019-01-191-3/+3
| | | | | | | The buildbot start scripts hardcode the version string. Bump it from 8 to 9. llvm-svn: 351638
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-194-16/+12
| | | | | | | | | | | | | | | | | 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
* Try 2: Fix bug in buildbot start scriptEric Fiselier2018-12-151-1/+1
| | | | llvm-svn: 349236
* Fix bug in buildbot start scriptEric Fiselier2018-12-151-1/+1
| | | | llvm-svn: 349235
* Rework docker setup to make it easier to work around bugs on buildbotsEric Fiselier2018-12-152-0/+15
| | | | llvm-svn: 349234
* Add docker configurations used by the buildbots.Eric Fiselier2018-11-195-0/+454
These are the scripts I use to create the docker images for the build bots and run them. llvm-svn: 347244
OpenPOWER on IntegriCloud