Closed gamedolphin closed 4 weeks ago
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.
Oh ofc I broke the base case 🤦♂️ fixing soon!
Can you rebase or close this?
This will be closed by #124 which should make the machinery respect CARGO_TARGET_DIR.
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.