Commit f7b357b
authored
feat: add rust container flavor (#351)
* feat: add rust container flavor
* ci: fix linter findings
* ci: ignore some linter findings
* ci: run for all flavours
* ci: fix tests for rust container flavor
* chore: add pkg-config
* ci: fix linter findings
* chore: modify build and push workflow for flavors
* chore: reduce container size
* chore: add Docker extension to devcontainer.json
* chore: update rust from 1.76.0 to 1.77.2
* ci: publish result of all testsuites
* ci: fix duplicate artifact
* Update ci.yml
* ci: different fix for multiple artifacts
* ci: update all automation to cope with multiple containers
* chore: move update-apt-packages to own action
* chore: add flip-link package
* chore: process review comments
* chore: merge the -vscode image into the main image
* Update build-push.yml
* chore: minor fix after merge
* chore: move Rust container to Ubuntu 24.04
* chore: update Rust to latest version
* chore: update Docker cli from 25.0.3 to 26.1.1
* chore: add more test for Rust container
* chore: reduce duplication in test code
* chore: add test for coverage
* chore: remove unused bats tags
* chore: don't use run in bats tests when not needed
See also: https://bats-core.readthedocs.io/en/stable/writing-tests.html#when-not-to-use-run
* chore: add mutation testing support to Rust container
* chore: correct test name to beter reflect its actual scope
* docs: update documentation1 parent 5804c2b commit f7b357b
File tree
68 files changed
+819
-250
lines changed- .devcontainer
- cpp
- test
- clang-cl
- clang-tools
- coverage
- fuzzing
- gcc-arm-none-eabi
- gcc
- sanitizers
- test
- rust
- test
- cargo
- src
- clippy
- src
- cortex-m
- .cargo
- src
- rust
- test
- src
- .github
- ISSUE_TEMPLATE
- actions/update-apt-packages
- workflows
- .vscode
- test/mutation
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
68 files changed
+819
-250
lines changedLines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
File renamed without changes.
File renamed without changes.
File renamed without changes.
Lines changed: 7 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
5 | 8 | | |
6 | 9 | | |
7 | 10 | | |
| |||
14 | 17 | | |
15 | 18 | | |
16 | 19 | | |
| 20 | + | |
17 | 21 | | |
18 | 22 | | |
19 | | - | |
| 23 | + | |
| 24 | + | |
20 | 25 | | |
21 | 26 | | |
22 | 27 | | |
| |||
File renamed without changes.
File renamed without changes.
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | 9 | | |
11 | 10 | | |
12 | 11 | | |
13 | | - | |
14 | 12 | | |
| 13 | + | |
File renamed without changes.
File renamed without changes.
0 commit comments