espressif/esp32-arduino-lib-builder

Build failure when using docker container

mskvortsov opened this issue · 9 comments

docker run --rm -it -v $PWD/output:/arduino-esp32 \
  espressif/esp32-arduino-lib-builder:latest ./build.sh -t esp32
CMake Error at esp-idf/tools/cmake/build.cmake:540 (message):
  ERROR: Some components (espressif/esp-dsp) in the "managed_components"
  directory were modified on the disk since the last run of the CMake.
  Content of this directory is managed automatically.

failure.log

It also fails w/o docker. Should some specific known-to-work versions be set with -A, -I?

nothing else should be required. CI runs this every 6 hours with success.

@lucasssvaz PTAL

Idk if something changed in IDF

@lucasssvaz maybe we can try with older version of DSP

@lucasssvaz maybe we can try with older version of DSP

Let me test

Yup, does not work even with older versions

issue is solved in actual Arduino Lib Builder

It builds now, thank you.