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

feat: custom target directory support #110

Closed
wants to merge 2 commits into from

Conversation

gamedolphin
Copy link
Contributor

@gamedolphin gamedolphin commented May 24, 2024

If you have CARGO_TARGET_DIR in your config, a new aya project would not compile/execute out of the box. This PR attempts to fix that by reading the CARGO_TARGET_DIR path from the environment and using that to locate the compiled ebpf bundle.

@gamedolphin
Copy link
Contributor Author

Oh ofc I broke the base case 🤦‍♂️ fixing soon!

@gamedolphin gamedolphin force-pushed the feat/custom-target-dir branch from 466afc9 to 44e7550 Compare May 25, 2024 08:07
@tamird
Copy link
Member

tamird commented Oct 10, 2024

Can you rebase or close this?

@tamird
Copy link
Member

tamird commented Oct 10, 2024

This will be closed by #124 which should make the machinery respect CARGO_TARGET_DIR.

@tamird tamird closed this in #124 Oct 11, 2024
@gamedolphin gamedolphin deleted the feat/custom-target-dir branch December 30, 2024 23:56
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