#
c6afbbc8 |
| 01-Dec-2023 |
Shawn McCarney <shawnmm@us.ibm.com> |
meson: disable long-tests by default
Some of the automated tests in this repository take a long time to execute. The tests can sometimes time out during CI execution, causing a spurious failure. T
meson: disable long-tests by default
Some of the automated tests in this repository take a long time to execute. The tests can sometimes time out during CI execution, causing a spurious failure. The meson `long-tests` option was added to avoid building and executing these tests during CI.
A default value of this option was previously not defined, and the long tests were not run during CI.
With recent changes to the meson version and meson.build file, these tests now run during CI.
Set the default value of `long-tests` to disabled so they do not run during CI.
Change-Id: I0f749c6b23ba97dffa15a2f809f880cee22872c1 Signed-off-by: Shawn McCarney <shawnmm@us.ibm.com>
show more ...
|
#
43551f68 |
| 29-Nov-2023 |
Patrick Williams <patrick@stwcx.xyz> |
meson: disable oe-sdk by default
The meson option oe-sdk is used in rare scenarios. Having it non-defaulted turns it into an `auto` feature, which is not desired. Explicitly disable it by default.
meson: disable oe-sdk by default
The meson option oe-sdk is used in rare scenarios. Having it non-defaulted turns it into an `auto` feature, which is not desired. Explicitly disable it by default.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ib3f291305e060178d366a42e165085ad15f1d84e
show more ...
|
#
3b3ae8d0 |
| 15-Aug-2023 |
George Liu <liuxiwei@inspur.com> |
meson_options.txt: Support for reading options from meson.options
Support has been added for reading options from meson.options instead of meson_options.txt[1]. These are equivalent, but not using t
meson_options.txt: Support for reading options from meson.options
Support has been added for reading options from meson.options instead of meson_options.txt[1]. These are equivalent, but not using the .txt extension for a build file has a few advantages, chief among them many tools and text editors expect a file with the .txt extension to be plain text files, not build scripts.
[1] https://mesonbuild.com/Release-notes-for-1-1-0.html#support-for-reading-options-from-mesonoptions
Signed-off-by: George Liu <liuxiwei@inspur.com> Change-Id: I5b15799664fc2594b6095ed82fed92f87769a3b8
show more ...
|