Skip to content
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

BUG - Release command doesn't create artefacts #108

Closed
KajbaM opened this issue Sep 10, 2024 · 0 comments
Closed

BUG - Release command doesn't create artefacts #108

KajbaM opened this issue Sep 10, 2024 · 0 comments
Assignees
Labels
type: bug Something is not working and must be fixed.

Comments

@KajbaM
Copy link

KajbaM commented Sep 10, 2024

Describe the bug

Testing east with new sysbuild configuration showed, that east doesn't correctly create artefacts when sysbuild is enabled. This is probably due to difference in path inside build folder.

I noticed there is some handling of sysbuild path (using domains file) inside helper functions used when handling runners and debug configuration, same should be done for release command

Firmware/Software Version

Using NCS 2.7.0 with east 0.22.0

Hardware Version

N/A

To Reproduce

  • Enable sysbuild in your repository, you can do that by running west config --local build.sysbuild True
  • Run east release
  • Release will run normally, but it will only produce empty release folders and sub-folders (no artefacts inside).

Additional context

Folder structure change inside build folder is - build files are located one extra level of subfolders, what was before build/ is now build/<project_name>/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something is not working and must be fixed.
Projects
None yet
Development

No branches or pull requests

2 participants