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

pkg/esp8266_sdk: fix version string generation #19123

Merged
merged 1 commit into from
Jan 10, 2023

Commits on Jan 10, 2023

  1. pkg/esp8266_sdk: fix version string generation

    Patching a package creates a new HEAD of the package repository. Using `git describe --tag` to generate a version string used for the ESP8266 bootloader therefore generates a different version string for each new compilation, which in turn results in different hash values of the binaries for the same application in subsequent compilations in CI. To use the commit in `git describe --tag` for commit used by the package, the commit has to specified in the command.
    gschorcht committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    cc2a365 View commit details
    Browse the repository at this point in the history