-
Notifications
You must be signed in to change notification settings - Fork 115
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
Support examples with multiple clients in our CI scripts #1145
Comments
My idea would be to enable passing a We could then decide to run all clients for only the cpp applications (faster), or decide to run all clients for each application variant (more exhaustive). |
cc @ipetr0v, I am curious how the Rust Trusted Information Retrieval example handles this. It seems we only run the Rust client now? https://github.com/project-oak/oak/pull/1110/files#r439337221 |
Right now, yes, it only runs a Rust client. |
I like running all clients by default, seems sensible to me :) |
Closing as my PR was merged |
Examples can have applications in multiple languages, as well as multiple clients (eg
hello_world
, which features cpp, Android, Node.js or Trusted Information Retrieval featuring cpp + Rust).Ideally our scripts should make it easy to run an optimal combination of these in our CI.
The text was updated successfully, but these errors were encountered: