-
Notifications
You must be signed in to change notification settings - Fork 6
Closed
Description
Build a package in a local workspace which depends on packages supplied for the platform.
Run the tests for the package - all of them should pass.
For source platforms, this means building the candidate package in a separate workspace from the one used in the installation instructions.
TODO: Create a "dummy" package that ensures that we can target other packages using CMake, link against them, and run executables (tests) that are linked against libraries in the main workspace.
Setup
- DDS vendor: Cyclone
- BuildType: Binary
- Chip: Amd64
- Os: Ubuntu Jammy
Checks
- Local workspace overlay works
You can find the code used to generate this test case here