Questions about object ID lifetimes

Pekka Paalanen ppaalanen at gmail.com
Wed Sep 27 08:47:37 UTC 2023


On Tue, 26 Sep 2023 10:56:03 -0400
jleivent <jleivent at comcast.net> wrote:

> On Tue, 26 Sep 2023 11:53:07 +0300
> Pekka Paalanen <ppaalanen at gmail.com> wrote:
> 
> > On Mon, 25 Sep 2023 12:05:30 -0400
> > jleivent <jleivent at comcast.net> wrote:
> >   
> > > How do I get CI/CD capability turned on?  I tried building the unit
> > > tests locally, but get errors that suggest those tests need to be
> > > run in CI.  Issue 540 says I need to apply for the guest role - how
> > > do I do that?    
> > 
> > I don't recall libwayland having anything that needs to be
> > specifically run in a CI environment, and if it does, it should
> > automatically skip outside of CI environment. Weston does this.
> > 
> > What errors did you get? How did you run them?
> > 
> > 'meson test' is the command.  
> 
> I get:
> 
> $ meson test
> 
> ERROR: No such build data file as
> '/home/jil/gits/wayland-idfix/meson-private/build.dat'.
> 
> I used this to build and install it:
> 
> $ meson build/ --prefix=/home/jil/gits/wayland-idfix/install/
> $ ninja -C build/ install
> 
> Since that didn't create the needed meson-private/build.dat, I thought
> that might get put in by the CI somehow.

You just need to tell meson where your build directory is, or cd into
it first.

$ meson test -C build

or

$ cd build
$ meson test


Thanks,
pq
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 833 bytes
Desc: OpenPGP digital signature
URL: <https://lists.freedesktop.org/archives/wayland-devel/attachments/20230927/3a97b7b4/attachment-0001.sig>


More information about the wayland-devel mailing list