-
Notifications
You must be signed in to change notification settings - Fork 6.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CI: extra_args from sanitycheck *.yaml do not propogate to cmake #24178
Comments
I don't think I'm the right assignee. |
so, this is not an issue in sanitycheck or west.. The fact that cmake reports about the variable means it was passed correctly to the sample.
instead, not sure yet. |
The variables passed by sanitycheck and west were being ignored because cmake knows nothing about them. Fixes zephyrproject-rtos#24178 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
The variables passed by sanitycheck and west were being ignored because cmake knows nothing about them. Fixes #24178 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
We can keep this bug to handle also other parameters in extra_args. |
The variables passed by sanitycheck and west were being ignored because cmake knows nothing about them. Fixes zephyrproject-rtos#24178 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
The variables passed by sanitycheck and west were being ignored because cmake knows nothing about them. Fixes zephyrproject-rtos#24178 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
extra_args from *.yaml do not go to the build system.
Reproduce
extra_args: "-DDEBUG_PRINTF=1" from samples/philosophers/sample.yaml is lost.
Output:
and
The text was updated successfully, but these errors were encountered: