You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix agent not able to install esptool after 1.6.0 (#986)
* fix link
* drop test on old tool not used anymore, and introduce again `arduino-fwuploader`
* add tests to install esptool to verify #980
* implement properly rename function to fix extraction issue with esptool
* fix test
* Update v2/pkgs/tools_test.go
Co-authored-by: MatteoPologruto <109663225+MatteoPologruto@users.noreply.github.com>
---------
Co-authored-by: MatteoPologruto <109663225+MatteoPologruto@users.noreply.github.com>
// At the moment we don't install these ones because they are packaged in a different way: they do not have a top level dir, causing the rename funcion to behave incorrectly
// test download of a tool not present in index. the same archive is downloaded on linux/win/mac See https://github.com/arduino/arduino-create-agent/issues/980
// "esptool-2.5.0-3-20ed2b9": {"esptool"}, // we don't check if there is esptool in the archive because it's the same archive even on windows (no extension)
0 commit comments