Open brosier01 opened 1 month ago
@brosier01 don't close it - it looked good!
Hi @orecham @elfenpiff, is there any way to run CI locally?
@brosier01 Yes there is. You can use the ./internal/scripts/iceoryx2_env.sh
to enter the right docker container, depending on what target fails. The syntax is ./internal/scripts/iceoryx2_env.sh enter ubuntu:22.04
to start the ubuntu docker container for instance.
When you entered it you can run the usual cargo commands. Under .github/workflows/build-test.yml
you find the test definitions. It is a bit hands on but we did not yet have time to add individual build & test scripts to ./internal/scripts/
.
Notes for Reviewer
Pre-Review Checklist for the PR Author
SPDX-License-Identifier: Apache-2.0 OR MIT
iox2-123-introduce-posix-ipc-example
)[#123] Add posix ipc example
)Tests follow the best practice for testingtask-list-completed
)Checklist for the PR Reviewer
Post-review Checklist for the PR Author
References
Relates to #432