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