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

Conversation

inikulin
Copy link
Collaborator

@inikulin inikulin commented Aug 1, 2023

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.

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 inikulin requested review from ghedo, behrat and nox August 1, 2023 15:58
@inikulin inikulin merged commit 33e3d75 into cloudflare:master Aug 1, 2023
21 checks passed
nmittler added a commit to nmittler/quinn-boring that referenced this pull request Aug 1, 2023
Now that cloudflare/boring#136 has landed, we can go back to the main repository.
nmittler added a commit to nmittler/quinn-boring that referenced this pull request Aug 1, 2023
Now that cloudflare/boring#136 has landed, we can go back to the main repository.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants