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

twister: add option to create shorter build paths #41930

Merged
merged 1 commit into from
Feb 22, 2022

Commits on Feb 17, 2022

  1. twister: add option to create shorter build paths

    Add possibility to create shorter build paths when --short-build-path
    option is enabled. This can help during run Twister on Windows OS and
    building programs by CMake which has a problem when paths with building
    files are too long. The solution based on symbolic links which help to
    connect "traditional" long paths with shorter one like:
    "twister_links/test_0".
    
    Fixes zephyrproject-rtos#41929
    
    Signed-off-by: Piotr Golyzniak <piotr.golyzniak@nordicsemi.no>
    gopiotr committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    4856a24 View commit details
    Browse the repository at this point in the history