Commit 3580a5a
committed
Fix custom agent build instructions
Currently, README.md suggests that running `hatch run build:me
--keep-agent` will keep the agent binary from the `src/appsignal`
directory intact. But as a part of the build environment setup,
`hatch` installs project in development mode, which runs the
`src/scripts/build_hook.py` script. This results in the script
discarding the local binary, despite the `--keep-agent` flag.
This change adds `_APPSIGNAL_BUILD_AGENT_PATH` env variable to the build
script, so that it is picked up by the project installation and
build steps.
[skip ci]1 parent ddec240 commit 3580a5a
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
| 94 | + | |
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
| |||
0 commit comments