Displaying 20 results from an estimated 9000 matches similar to: "[LLVMdev] New clang cross builders added"
2011 Apr 21
0
[LLVMdev] Will remove two llvm-gcc cross builders
Hello everyone,
I am going to remove these two existing llvm-gcc cross builders:
http://google1.osuosl.org:8011/builders/llvm-gcc-x86_64-darwin10-self-mingw32
http://google1.osuosl.org:8011/builders/llvm-gcc-x86_64-darwin10-cross-mingw32
These configurations gets built as parts of the build
build-self-4-mingw32 does, so we don't loose anything just getting the
same result a bit slower,
2011 May 26
1
[LLVMdev] New clang builder
Hello,
A new clang builder added to osusl buildbot:
http://google1.osuosl.org:8011/builders/clang-native-arm-cortex-a9
It's pandaboard with cortex-a9 runnibg Ubuntu 11.04.
It builds Ok, but few test fail and need attention.
Please take a look and let me know if someone will need more
information or intermediate files to fix that.
Thanks
Galina
2011 Sep 20
2
[LLVMdev] Clang build "clang-native-arm-cortex-a9" is broken
The host c++ standard library is missing <utility>, it appears.
On Sep 20, 2011, at 11:22 AM, Galina Kistanova wrote:
> Please use the correct link :
> http://63.145.236.72:8011
> and ignore the previous.
>
> Also log for broken build is here:
>
> make[1]: Entering directory
>
2011 Sep 20
0
[LLVMdev] Clang build "clang-native-arm-cortex-a9" is broken
Please use the correct link :
http://63.145.236.72:8011
and ignore the previous.
Also log for broken build is here:
make[1]: Entering directory
`/home/buildslave/zorg/buildbot/osuosl/slave/clang-native-arm-cortex-a9/llvm/lib/Support'
llvm[1]: Compiling APFloat.cpp for Release+Asserts build
llvm[1]: Compiling APInt.cpp for Release+Asserts build
In file included from APFloat.cpp:15:
In file
2011 Sep 20
1
[LLVMdev] [cfe-commits] Clang build "clang-native-arm-cortex-a9" is broken
Yeah. That code has been there since r91421 and wouldn't have failed recently otherwise. Did something change on the host?
-eric
On Sep 20, 2011, at 11:27 AM, Jim Grosbach wrote:
> The host c++ standard library is missing <utility>, it appears.
>
>
> On Sep 20, 2011, at 11:22 AM, Galina Kistanova wrote:
>
>> Please use the correct link :
>>
2011 Sep 21
0
[LLVMdev] [cfe-commits] Clang build "clang-native-arm-cortex-a9" is broken
I have tracked it down to the real reason.
The revisions 139934-139937 has changed the order in which configure
chooses a compiler. Clang is checked first, then llvm-gcc, and then
gcc.
I can see the reason for this change.
However, in this particular case it has broken the build because
Ubuntu includes clang 2.8 which doesn't know where includes are.
I have removed clang from the host to
2009 Jul 21
2
[LLVMdev] BuildBot Upgrade
Hi all,
Our buildbot at:
http://google1.osuosl.org:8011/
has been upgraded (it is also now linked from the front page). It has
a number of handy new features:
1. I imported the 'console' view used by Chromium into our version of
buildbot. You can see it here:
http://google1.osuosl.org:8011/console
This is experimental, but it seems to work well and once you learn to
read it it is
2011 Nov 19
1
[LLVMdev] [llvm-commits] [zorg] r144978 - /zorg/trunk/buildbot/osuosl/master/config/builders.py
Galina,
Looks like the build bots have frozen.
Expected?
Joe
Joe Abbey
Software Architect
Arxan Technologies, Inc.
1305 Cumberland Ave, Ste 215
West Lafayette, IN 47906
jabbey at arxan.com<mailto:jabbey at arxan.com>
www.arxan.com<http://www.arxan.com/>
On Nov 18, 2011, at 11:49 AM, Galina Kistanova wrote:
Author: gkistanova
Date: Fri Nov 18 13:49:26 2011
New Revision: 144978
2011 Sep 07
5
[LLVMdev] Llvm build master status?
Hello Daniel,
osuosl build master (google1) is moved to another place or just down?
Thanks
Galina
2011 Apr 08
2
[LLVMdev] Assuring ARM code quality in LLVM
On 2011-04-08 08:58, Duncan Sands wrote:
> Hi Renato,
>
>> I was recently investigating the build bot infrastructure and noticed
>> that the arm-linux target is failing for quite a long time. I believe
>> that it means ARM code is not executed all that often in LLVM tests,
>> is that correct?
Hi i will summarise the last sucessfull builds by the ARM builder:
2011 Sep 07
0
[LLVMdev] Llvm build master status?
On Tue, Sep 6, 2011 at 17:08, Galina Kistanova <gkistanova at gmail.com> wrote:
> Hello Daniel,
>
> osuosl build master (google1) is moved to another place or just down?
>From IRC:
[12:07pm] DannyB_: hi folks
[12:07pm] DannyB_: for security reasons, google1 and google2 (google1
is the main llvm build master)
[12:07pm] DannyB_: will be down for a few weeks
[12:08pm] DannyB_:
2020 Oct 08
2
[cfe-dev] Upcoming upgrade of LLVM buildbot
Hi Paula,
This error is fine. The buildbot has tested the worker version. 0.8.x
apparently does not have that method.
The error gets handled gracefully on the server side. At least it seems so
so far.
That should not prevent your bot from connecting.
Thanks
Galina
On Thu, Oct 8, 2020 at 2:11 PM Paula Askar <paulatoth at google.com> wrote:
> Hey Andrzej,
>
> What are you seeing
2020 Oct 08
3
[cfe-dev] Upcoming upgrade of LLVM buildbot
Our Flang-aarch64 buildbots just won't connect to the main Buildbot
master anymore. I switched them to the staging buildbot master instead
and it seems fine for now. Is there anything that we can/should tweak at
our end?
http://lab.llvm.org:8014/#/waterfall?tags=flang
-Andrzej
On 08/10/2020 00:31, Galina Kistanova via cfe-dev wrote:
> They are online now -
2011 Sep 20
3
[LLVMdev] Clang build "clang-native-arm-cortex-a9" is broken
Hello everybody,
Just a short note that clang build "clang-native-arm-cortex-a9" is
broken and the very last successful build was for revision 139932.
All newer revisions fail.
The builder is available here:
http://172.16.0.135:8011/waterfall
Thanks
Galina
2011 Oct 07
2
[LLVMdev] Broken build 'clang-x86_64-darwin10-self-mingw32'
Hello everybody,
Just a short note that clang build "clang-x86_64-darwin10-self-mingw32" is
broken and the very last successful was build #465 for revision 141282.
All newer revisions fail.
The builder is available here:
http://63.145.236.72:8011/builders/clang-x86_64-darwin10-self-mingw32/builds/505
Thanks
Galina
2020 Oct 13
2
[Lldb-commits] Upcoming upgrade of LLVM buildbot
Switched all but PPC, I don't have access to them. But they run the same
script as sanitizer-x86_64-linux.
http://lab.llvm.org:8014/#/waterfall?tags=sanitizer
On Mon, 12 Oct 2020 at 19:19, Galina Kistanova <gkistanova at gmail.com> wrote:
> We have a better version of AnnotatedCommand on the staging. It should be
> a functional equivalent of the old one.
> We need to stress
2011 Oct 27
2
[LLVMdev] How to add builder info. Need advice
Hello everybody,
I want to put some kind of instruction on how to add new slave to llvm master.
I think it should be somewhere on llvm.org, but not sure on exact place.
Any comments/suggestions will be appreciated.
Thanks
Galina
If you want to add your build configuration to the LLVM buildbot infrastructure.
1. Check the existing build configurations to make sure the one you
are
2011 Oct 08
1
[LLVMdev] [cfe-commits] Broken build 'clang-x86_64-darwin10-self-mingw32'
On Fri, Oct 7, 2011 at 3:21 PM, Galina Kistanova <gkistanova at gmail.com>wrote:
> Hello everybody,
>
> Just a short note that clang build "clang-x86_64-darwin10-self-mingw32" is
> broken and the very last successful was build #465 for revision 141282.
> All newer revisions fail.
>
> The builder is available here:
>
>
2011 Oct 27
0
[LLVMdev] How to add builder info. Need advice
Put it in the llvm/docs directory and link to the main documentation page? Maybe add a link the main buildbot page too.
-Tanya
On Oct 26, 2011, at 5:54 PM, Galina Kistanova wrote:
> Hello everybody,
>
> I want to put some kind of instruction on how to add new slave to llvm master.
> I think it should be somewhere on llvm.org, but not sure on exact place.
>
> Any
2011 Oct 10
0
[LLVMdev] New buildmaster is up and running
Hi Galina,
> LLVM buildmaster is up and running as lab.llvm.org:8011.
...
> Buildslave owners, please contact me directly with your new passwords
> and I'll update the master as soon as I can.
should build slaves now use the osuosl configuration? For example
osuosl/Config.py has
def getBuildmasterHost():
return 'google1.osuosl.org'
which is surely wrong now. On