Build failure when using docker container
mskvortsov opened this issue · 9 comments
mskvortsov commented
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.
mskvortsov commented
It also fails w/o docker. Should some specific known-to-work versions be set with -A, -I?
me-no-dev commented
nothing else should be required. CI runs this every 6 hours with success.
@lucasssvaz PTAL
lucasssvaz commented
Started happening on master as well https://github.com/espressif/esp32-arduino-lib-builder/actions/runs/10369405267/job/28705079316
lucasssvaz commented
Idk if something changed in IDF
me-no-dev commented
@lucasssvaz maybe we can try with older version of DSP
lucasssvaz commented
@lucasssvaz maybe we can try with older version of DSP
Let me test
lucasssvaz commented
Yup, does not work even with older versions
Jason2866 commented
issue is solved in actual Arduino Lib Builder
mskvortsov commented
It builds now, thank you.