Skip to content

base: add thrift dependencies #133

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

Merged

Conversation

cfriedt
Copy link
Member

@cfriedt cfriedt commented Jan 23, 2023

Add the thrift compiler (code generator).

@cfriedt cfriedt force-pushed the add-thrift-dependencies branch 2 times, most recently from 27f9814 to 5d0c042 Compare January 26, 2023 19:10
Add the thrift compiler (code generator) as well as host runtime
libraries (for running samples on the host).

Signed-off-by: Chris Friedt <[email protected]>
@cfriedt cfriedt force-pushed the add-thrift-dependencies branch from 5d0c042 to 2acda0b Compare January 26, 2023 19:41
@@ -78,7 +78,8 @@ RUN apt-get -y update && \
valgrind \
wget \
ovmf \
xz-utils
xz-utils \
thrift-compiler
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this all that is required to build Thrift tests and samples in the CI?

Copy link
Member Author

@cfriedt cfriedt Jan 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes. If the user wants to run the host-side demos, then there are additional things to install, but they are not required for simply building the Zephyr sample apps. It might be necessary to mark the sample.yaml as build-only though.

This is also required to build the tests, but zephyrproject-rtos/zephyr#54013 includes the support for running the tests in Zephyr.

@stephanosio stephanosio merged commit 8489547 into zephyrproject-rtos:master Jan 30, 2023
@cfriedt cfriedt deleted the add-thrift-dependencies branch January 31, 2023 12:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants