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

Abi hdrs from deps #166

Merged
merged 2 commits into from
Oct 25, 2023
Merged

Conversation

Tatskaari
Copy link
Contributor

@Tatskaari Tatskaari commented Oct 23, 2023

This allows us to get the .h files of go_libraries we depend on. This is useful for cases such as this:
https://github.com/cloudflare/circl/blob/main/dh/x448/curve_amd64.s

Where we want to include a header from a dep using ../../math/fp448/fp_amd64.h

We should do this through the normal require/provide setup once we figure out thought-machine/please#2931 (review)

@Tatskaari Tatskaari merged commit b2a7a96 into please-build:master Oct 25, 2023
4 checks passed
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