-
-
Notifications
You must be signed in to change notification settings - Fork 792
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Invalid "Can not remove temporary directory" error message #4480
Comments
Thanks for the report! Please re-test with |
Yes that fixes the warning... but now I'll need to raise an issue for the invalid error that completely stops my build:
|
The |
No it doesn't. It must be evaluated in the context of an environment but it can be defined in a section that an environment later |
|
(The structure of the repo is a bit unusual because I'm using source from a submodule and only one https://github.com/nomis/aurora-coriolis/blob/main/platformio.ini
https://github.com/nomis/mcu-app/blob/63bff2e018c6f1c4433ba830693bde7b6105a839/pio/config.ini
Running |
Thanks, now I understand what you mean. Please [file a feature request] for |
Configuration
Operating system: Ubuntu 18.04
PlatformIO Version (
platformio --version
): 6.1.4Description of problem
I get the following error message on every build:
This code in
platformio/run/cli.py
completely ignores the exception that is generated, which has nothing to do with a build directory:The actual exception is:
Steps to Reproduce
Actual Results
Expected Results
No request to delete the
.pio/build
directory.Error message about the "invalid" configuration?
Additional info
The configuration in
/platformio.ini
and/src/app/pio/config.ini
is complicated but it's not invalid.The
test_testing_command
in theapp:native_test
section works correctly when used for testing environmentsnative_test
andnative_test_coverage
.The text was updated successfully, but these errors were encountered: