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

upgrade ccache installed version to 4.6.2 (IDFGH-8160) #9656

Merged
merged 1 commit into from
Sep 2, 2022

Commits on Aug 27, 2022

  1. upgrade ccache installed version to 4.6.2

    - primary reason: 4.6.2 fixes errors if the user's home directory contains a space
    - alternative fix: the CCACHE_DIR env var can be set to something without a space in it, or set to TMP which properly escapes the home dir name
    - there may be other issues with spaces in filenames on builds in other parts of ESP-IDF, see espressif#8364 for more info
    
    tested locally on windows only, use at your own risk
    binary1230 authored Aug 27, 2022
    Configuration menu
    Copy the full SHA
    823ae5c View commit details
    Browse the repository at this point in the history