search for: marcol

Displaying 10 results from an estimated 10 matches for "marcol".

Did you mean: marco
2015 Jun 18
2
[LLVMdev] Contributing a buildbot for the BPF backend
...ce, it may contain repetitions, inaccuracies, logical fallacies and repetitions. On Wed, Jun 17, 2015 at 2:52 PM, Galina Kistanova <gkistanova at gmail.com> wrote: > LGTM. > Please commit. > > Thanks > > Galina > > On Tue, Jun 16, 2015 at 8:32 PM, Marco Leogrande <marcol at plumgrid.com> > wrote: >> >> Galina, >> thanks again for your help. >> >> I have cooked a new patch that should make a bit more sense. >> I have added the new builder under >> _get_experimental_scheduled_builders(), as the comment above that >&g...
2015 Jun 17
2
[LLVMdev] Contributing a buildbot for the BPF backend
...ent above that function suggested me it would be a good idea. :) Does it look a reasonable start? Regards, Marco Leogrande Sent by a carbon-based life form; hence, it may contain repetitions, inaccuracies, logical fallacies and repetitions. On Wed, Jun 10, 2015 at 7:06 PM, Marco Leogrande <marcol at plumgrid.com> wrote: > Hi Galina, > > thanks for the info! > > I think we will go for the "LLVM+clang with cmake" approach, since the > BPF target has been marked non-experimental in the meantime, and we > are interested in building clang as well. > I will pr...
2015 Jun 10
2
[LLVMdev] Contributing a buildbot for the BPF backend
...work out possible issues and instabilities before promoting it to a stable one. You do need a local master to be able to debug and test if you develop zorg, i.e. write a new CMakeBuildFactory and such, though. Hope this helps. Thanks Galina On Mon, Jun 8, 2015 at 9:04 PM, Marco Leogrande <marcol at plumgrid.com> wrote: > Hi all, > I was trying to make some progress on this front and I spent some more > time on it. > > * I think I managed to configure the buildslave correctly; any chance > there is a way to test that before the buildmaster is configured? > > * I...
2016 Oct 31
2
[Zorg] Simplify ClangBuilder
On 31 October 2016 at 18:56, Marco Leogrande <marcol at plumgrid.com> wrote: > For clang-bpf-build the change should be trivial since we don't use a > fancy configuration. > I have attached the patch, please apply if appropriate. I believe it should just work. Galina, can you give it a try? The build should "just work". :)...
2015 May 08
2
[LLVMdev] Contributing a buildbot for the BPF backend
Hi everyone, I am working with Alexei Starovoitov to contribute an LLVM buildbot for the experimental BPF backend. I am following the steps at [1] to setup a buildbot and I was mostly successful: I was able to setup a slave and a temporary master to check its base config. Now I'm not sure about the next step: patching the "slaves.py" and "builders.py" files in zorg. * Is
2016 Oct 31
2
[Zorg] Simplify ClangBuilder
Hi Richard, Marco, I noticed that you two are the remaining bot owners using the `getClangBuildFactory` from `ClangBuilder`. All the other bots using that builder have moved to the new `getClangCMakeBuildFactory`, including Windows ones. Given that they do similar functionalities, I'd like to encourage you to move to the new factory, so that we can simplify the builder's code. Thanks!
2016 Oct 31
0
[Zorg] Simplify ClangBuilder
Renato, thanks for the heads-up. For clang-bpf-build the change should be trivial since we don't use a fancy configuration. I have attached the patch, please apply if appropriate. Thanks. Regards, Marco Leogrande Sent by a carbon-based life form; hence, it may contain repetitions, inaccuracies, logical fallacies and repetitions. On Mon, Oct 31, 2016 at 5:14 AM, Renato Golin
2016 Oct 31
0
[Zorg] Simplify ClangBuilder
I applied it and reconfigured the master. Thanks for the heads-up! Thanks Galina On Mon, Oct 31, 2016 at 12:07 PM, Renato Golin <renato.golin at linaro.org> wrote: > On 31 October 2016 at 18:56, Marco Leogrande <marcol at plumgrid.com> wrote: > > For clang-bpf-build the change should be trivial since we don't use a > > fancy configuration. > > I have attached the patch, please apply if appropriate. > > I believe it should just work. Galina, can you give it a try? > > The build...
2016 Oct 31
0
[Zorg] Simplify ClangBuilder
I have installed ninja and retriggered that build. I will monitor the results to confirm it succeeds. Regards, Marco Leogrande Sent by a carbon-based life form; hence, it may contain repetitions, inaccuracies, logical fallacies and repetitions. On Mon, Oct 31, 2016 at 3:17 PM, Renato Golin <renato.golin at linaro.org> wrote: > On 31 October 2016 at 19:46, Galina Kistanova
2016 Oct 31
2
[Zorg] Simplify ClangBuilder
On 31 October 2016 at 19:46, Galina Kistanova <gkistanova at gmail.com> wrote: > I applied it and reconfigured the master. Thanks Galina! Marco, the build is complaining about Ninja: http://lab.llvm.org:8011/builders/clang-bpf-build/builds/414/steps/cmake%20stage%201/logs/stdio CMake was unable to find a build program corresponding to "Ninja" Now I remember we used ninja by