Closed joscha closed 7 years ago
After a pio run
on CMD it seems to build, however Atom still seems to think it needs rebuilding:
It also seems to re-generate .travis.yml
in every single invocation.
Disabling automatic rebuilding seems to help:
Haven't found out yet what causes it.
Removing the git-referenced library seems to fix it, e.g.
lib_deps =
https://github.com/SodaqMoja/SodaqOne-UniversalTracker-v2.git
Changing it to a short notation with fixed sha doesn't seem to make a difference:
lib_deps =
SodaqMoja/SodaqOne-UniversalTracker-v2#4b6b52fee10c7f4d31016acb6c34b188cd3a0d71
even on command line it seems to re-download/clone the repository every single build run.
Using a version number, e.g.: SodaqMoja/SodaqOne-UniversalTracker-v2#v4.4
doesn't seem to change anything either.
Should be fixed in the latest PIO Core. Could you reproduce it again?
Please install the latest PIO IDE 2.0 Beta 3. Should be fixed
2.0.0-beta.2
3.4.0a4
When rebuilding a project after updating to
2.0.0-beta.2
from1.7
, the rebuild window spins up an endless number of times, each time setting off an additional Python process that downloads theatmelsam
framework.Came across it due to trying out the fix for: https://github.com/platformio/platform-atmelsam/issues/10
can only get out with:
killall python2.7
andkillall Atom
ini looks like: