Re: How to get dependencies into freebsd ci?

2023-09-16 Thread Ingo Klöcker
On Samstag, 16. September 2023 22:46:43 CEST Ben Cooksley wrote: > On Sun, Sep 17, 2023 at 8:37 AM Ingo Klöcker wrote: > > On Samstag, 16. September 2023 22:08:46 CEST Milian Wolff wrote: > > > And cppcheck is nice, but it's a long shot from clang-tidy and clazy. I > > > understand that's the way

Re: How to get dependencies into freebsd ci?

2023-09-16 Thread Ben Cooksley
On Sun, Sep 17, 2023 at 8:37 AM Ingo Klöcker wrote: > On Samstag, 16. September 2023 22:08:46 CEST Milian Wolff wrote: > > And cppcheck is nice, but it's a long shot from clang-tidy and clazy. I > > understand that's the way it is for now and it's not possible to get > > additional checks enabled

Re: How to get dependencies into freebsd ci?

2023-09-16 Thread Ben Cooksley
On Sun, Sep 17, 2023 at 8:08 AM Milian Wolff wrote: > On Samstag, 16. September 2023 22:00:37 CEST Ben Cooksley wrote: > > On Sun, Sep 17, 2023 at 3:16 AM Milian Wolff wrote: > > > Hey all, > > > > Hi Milian, > > > > > While looking at the kate CI setup, I saw that it gets build on > freebsd. I

Re: How to get dependencies into freebsd ci?

2023-09-16 Thread Ingo Klöcker
On Samstag, 16. September 2023 22:08:46 CEST Milian Wolff wrote: > And cppcheck is nice, but it's a long shot from clang-tidy and clazy. I > understand that's the way it is for now and it's not possible to get > additional checks enabled for projects? I'm not sure what you mean by "not possible to

Re: How to get dependencies into freebsd ci?

2023-09-16 Thread Milian Wolff
On Samstag, 16. September 2023 22:00:37 CEST Ben Cooksley wrote: > On Sun, Sep 17, 2023 at 3:16 AM Milian Wolff wrote: > > Hey all, > > Hi Milian, > > > While looking at the kate CI setup, I saw that it gets build on freebsd. I > > would like to get that coverage too for heaptrack, but when I tr

Re: How to get dependencies into freebsd ci?

2023-09-16 Thread Ben Cooksley
On Sun, Sep 17, 2023 at 3:16 AM Milian Wolff wrote: > Hey all, > Hi Milian, > > While looking at the kate CI setup, I saw that it gets build on freebsd. I > would like to get that coverage too for heaptrack, but when I try to add > > https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitl

Re: How to get dependencies into freebsd ci?

2023-09-16 Thread Milian Wolff
On Samstag, 16. September 2023 17:47:28 CEST Tobias C. Berner wrote: > Moin moin > > I now installed elfutils-0.187 on the FreeBSD builders. Thanks Tobias! Can you help me a bit more please? Apparently libunwind is found - including support for unw_backtrace - yet I still run into a compile err

Re: How to get dependencies into freebsd ci?

2023-09-16 Thread Tobias C. Berner
Moin moin I now installed elfutils-0.187 on the FreeBSD builders. mfg Tobias On Sat, 16 Sept 2023 at 16:58, Milian Wolff wrote: > > Hey all, > > While looking at the kate CI setup, I saw that it gets build on freebsd. I > would like to get that coverage too for heaptrack, but when I try to add

How to get dependencies into freebsd ci?

2023-09-16 Thread Milian Wolff
Hey all, While looking at the kate CI setup, I saw that it gets build on freebsd. I would like to get that coverage too for heaptrack, but when I try to add https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/ freebsd.yml Then heaptrack fails to find the elfutils dependency