Commit Graph

18 Commits

Author SHA1 Message Date
Eric Fiselier
0d7477f78f Attempt to remove linker workaround on the buildbots: Attempt 2
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.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@373653 91177308-0d34-0410-b5e6-96231b3b80d8
2019-10-03 19:38:44 +00:00
Eric Fiselier
9dce2def7e Attempt to remove linker workaround on the buildbots.
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.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@373650 91177308-0d34-0410-b5e6-96231b3b80d8
2019-10-03 19:13:35 +00:00
Eric Fiselier
61563aa43f fix buildbot start script to no longer hang
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@369428 91177308-0d34-0410-b5e6-96231b3b80d8
2019-08-20 19:06:23 +00:00
Eric Fiselier
3b71d7ba1f bump lld version used by buildbots
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@369416 91177308-0d34-0410-b5e6-96231b3b80d8
2019-08-20 17:43:00 +00:00
Eric Fiselier
7d9183ba3a Reconfigure docker builders to be more modular.
And other various cleanups to the configuration.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@363722 91177308-0d34-0410-b5e6-96231b3b80d8
2019-06-18 19:31:38 +00:00
Eric Fiselier
2a9550e537 attempt to unbreak buildbots
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@363442 91177308-0d34-0410-b5e6-96231b3b80d8
2019-06-14 19:31:17 +00:00
Eric Fiselier
30f78b946a Fix permission error while running bots
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@359405 91177308-0d34-0410-b5e6-96231b3b80d8
2019-04-28 17:00:46 +00:00
Eric Fiselier
57c2f5da67 attempt to unbreak build bots
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@359404 91177308-0d34-0410-b5e6-96231b3b80d8
2019-04-28 16:42:49 +00:00
Eric Fiselier
2cdb5e3dd7 Attempt to switch to auto-scaling bots
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@359403 91177308-0d34-0410-b5e6-96231b3b80d8
2019-04-28 15:54:50 +00:00
Eric Fiselier
a6c5a26883 Install GCC 5 on buildbots to replace GCC 4.9.
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.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@355334 91177308-0d34-0410-b5e6-96231b3b80d8
2019-03-04 20:49:18 +00:00
Chandler Carruth
c882476dfa The new file header didn't get carried over when these files were
"moved" somehow, update them to use it.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@353669 91177308-0d34-0410-b5e6-96231b3b80d8
2019-02-11 08:39:23 +00:00
Eric Fiselier
e09ce3f4e1 Improve docker images and configuration; create compiler-zoo image
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@351667 91177308-0d34-0410-b5e6-96231b3b80d8
2019-01-19 23:36:06 +00:00
Eric Fiselier
4685928b62 Fix all the bots.
The buildbot start scripts hardcode the version string.
Bump it from 8 to 9.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@351638 91177308-0d34-0410-b5e6-96231b3b80d8
2019-01-19 09:07:04 +00:00
Chandler Carruth
4abbf7dac3 Update the file headers across all of the LLVM projects in the monorepo
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.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@351636 91177308-0d34-0410-b5e6-96231b3b80d8
2019-01-19 08:50:56 +00:00
Eric Fiselier
48df810b1a Try 2: Fix bug in buildbot start script
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@349236 91177308-0d34-0410-b5e6-96231b3b80d8
2018-12-15 03:48:08 +00:00
Eric Fiselier
9468ef1494 Fix bug in buildbot start script
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@349235 91177308-0d34-0410-b5e6-96231b3b80d8
2018-12-15 03:45:21 +00:00
Eric Fiselier
c9296e7eab Rework docker setup to make it easier to work around bugs on buildbots
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@349234 91177308-0d34-0410-b5e6-96231b3b80d8
2018-12-15 03:24:33 +00:00
Eric Fiselier
f6726af01a Add docker configurations used by the buildbots.
These are the scripts I use to create the docker images for
the build bots and run them.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@347244 91177308-0d34-0410-b5e6-96231b3b80d8
2018-11-19 18:43:31 +00:00