Empirically, arduino-cli's --libraries ADDS to the search path — the global sketchbook is STILL scanned, so the prior commit did NOT isolate reads from the shared global volume. Point ARDUINO_DIRECTORIES_USER at the scratch sketchbook instead (its <scratch>/libraries becomes the ONLY user-library dir); cores + board-manager URLs live in the DATA dir and are untouched. In-container functest (AVR uno): a cache-only lib compiles via the scope (never in global); a global-only lib NOT in the manifest is INVISIBLE to the scoped compile and only recovers via the scan-all retry (manifest_incomplete=True) — proving the global volume is no longer scanned for a manifest-scoped build. |
||
|---|---|---|
| .. | ||
| boot_images | ||
| esp-idf-template | ||
| picow_net | ||
| __init__.py | ||
| arduino_cli.py | ||
| asm8080.py | ||
| asmz80.py | ||
| board_access.py | ||
| c_compile.py | ||
| chip_compile.py | ||
| esp32_flash_image.py | ||
| esp32_i2c_slaves.py | ||
| esp32_lib_bridge.py | ||
| esp32_lib_manager.py | ||
| esp32_signals.py | ||
| esp32_spi_slaves.py | ||
| esp32_worker.py | ||
| esp_qemu_manager.py | ||
| espidf_compiler.py | ||
| gpio_shim.py | ||
| picow_net_bridge.py | ||
| qemu_manager.py | ||
| rom_compile.py | ||
| signal_router.py | ||
| stm32_lib_manager.py | ||
| stm32_worker.py | ||
| wasm_chip_runtime.py | ||
| wasm_chip_slave.py | ||
| wifi_status_parser.py | ||