Re: [RFC PATCH] devtools/test-meson-builds: use cross file for 32bit build

2024-09-06 Thread Bruce Richardson
On Wed, Sep 04, 2024 at 03:03:02PM +0100, Bruce Richardson wrote: > When testing the 32-bit x86 build on debian or ubuntu linux systems, use > the cross-file rather than using args and pkgconfig environment > variable. The advantage of using the cross-file is that the paths are > saved across runs.

[RFC PATCH] devtools/test-meson-builds: use cross file for 32bit build

2024-09-04 Thread Bruce Richardson
When testing the 32-bit x86 build on debian or ubuntu linux systems, use the cross-file rather than using args and pkgconfig environment variable. The advantage of using the cross-file is that the paths are saved across runs. While the '-m32' args settings are preserved in the current setup, the PK