Commit 68b299a
authored
🚧 Refactor CI workflows to use Conan 2.23.0 and consolidate builds (#98)
Upgrade default Conan version from 2.16.1 to 2.23.0 across workflows
and streamline the setup process by replacing manual remote/profile
configuration with the new `conan hal setup` command.
Consolidate individual Cortex-M architecture jobs into two unified
jobs (LLVM and GCC) using a new baremetal_package.sh script that
builds all architectures sequentially. This reduces workflow
complexity from 14+ separate jobs to 2 consolidated jobs while
maintaining support for all Cortex-M variants (M0, M0+, M1, M3, M4,
M4F, M7F, M7D, M23, M33, M33F, M35PF, M55, M85).
Add modules_support_needed flag to control GCC build execution,
since GCC doesn't currently support C++ modules.
Update compiler profile references from versioned hal/tc/arm-gcc-12.3
to unversioned hal/tc/arm-gcc for better maintainability.1 parent 450dde6 commit 68b299a
File tree
4 files changed
+188
-307
lines changed- .github/workflows
- scripts
4 files changed
+188
-307
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | 62 | | |
73 | 63 | | |
74 | 64 | | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
75 | 68 | | |
76 | 69 | | |
0 commit comments