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

Fix builds for features that require git patches #136

Merged
merged 1 commit into from
Aug 1, 2023

Commits on Aug 1, 2023

  1. Fix builds for features that require git patches

    Previously we were building from the deps directory with submodules. For publishing we were copying files in sumbodules into the package. With this we were making the package directory dirty with build artifacts and applied patches.
    
    This commit change the build script's behaviour: sources are now copied to the output directory and then boringssl is built from there.
    
    In addition, this commit adds files that were missing from the package for building with patches.
    inikulin committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    fc3d3b8 View commit details
    Browse the repository at this point in the history