Skip to content

project.checksum added in wrong folder #4695

Description

@jonnytest1

What kind of issue is this?

  • PlatformIO Core.
    If you’ve found a bug, please provide an information below.

Configuration

Operating system:

PlatformIO Version (platformio --version):

Description of problem

when using a build_dir with ${UNIX_TIME} a folder named "${UNIX_TIME}" is created with the project.checksum
instead it should use the same folder as the rest of the build

Steps to Reproduce

  1. create a platformio.ini with UNIX_TIME for build dir
[platformio]
build_dir = ${platformio.workspace_dir}\build\${UNIX_TIME}
  1. build

Actual Results

project checksum is generated into a different folder that doenst take the variable into account correctly
image

Expected Results

project.checksum is added in the interpolated folder

If problems with PlatformIO Build System:

The content of platformio.ini:

[platformio]
build_dir = ${platformio.workspace_dir}\build\${UNIX_TIME}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions