Alexey Lapshin
Alexey Lapshin
Hi there, I found if build multiple images in parallel with `docker-plus`, it runs into an issue - images built incorrectly. A simple example: Directories: ``` - image1 - Dockerfile...
Related to https://github.com/espressif/idf-extra-components/pull/64 TODO: 1. Remove `-Wno-format` compiler option 2. Fix all format warings - [ ] `coap` - [x] `pcap` - [x] `sh2lib` - [x] `cdc_acm_host`
Can you please review this patch in case it affects your builds? You can find messages in your email inbox also https://sourceware.org/pipermail/newlib/2024/021224.html Created the issue here just to ping you...
When _DEFAULT_SOURCE is defined, it is unnecessary to define _POSIX_C_SOURCE explicitly, as libc implicitly sets it (typically to 200809L). Explicitly defining _POSIX_C_SOURCE can lead to compatibility issues on systems where...