We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7e3e79 commit 1939f14Copy full SHA for 1939f14
.github/workflows/package_core.yml
@@ -93,7 +93,12 @@ jobs:
93
- name: "arduino:zephyr"
94
source-path: "ArduinoCore-zephyr"
95
sketch-paths: Blink
96
- verbose: 'false'
+ cli-compile-flags: |
97
+ - "--build-property"
98
+ - "compiler.c.extra_flags=\"-Wno-type-limits -Wno-missing-field-initializers\""
99
100
+ - "compiler.cpp.extra_flags=\"-Wno-type-limits -Wno-missing-field-initializers\""
101
+ verbose: 'true'
102
enable-deltas-report: 'false'
103
enable-warnings-report: 'true'
104
enable-warnings-log: 'true'
0 commit comments