Skip to content

Commit 8e10cca

Browse files
authored
Merge pull request #248 from appsignal/update-custom-agent-build-instructions
Fix custom agent build instructions
2 parents ddec240 + 75dac86 commit 8e10cca

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ hatch run build:for <triple> # for a specific agent triple
9191
hatch run build:me /path/to/agent
9292
# or place the desired agent binary at
9393
# `src/appsignal/appsignal-agent`, and then:
94-
hatch run build:me --keep-agent
94+
_APPSIGNAL_BUILD_AGENT_PATH="--keep-agent" hatch run build:me
9595
```
9696

9797
### Clean up build artifacts

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ ignore = [
140140

141141
[tool.hatch.envs.build.scripts]
142142
all = "python src/scripts/build_all.py"
143-
me = "_APPSIGNAL_BUILD_AGENT_PATH=\"{args}\" hatch build -t wheel"
143+
me = "hatch build -t wheel"
144144
for = "_APPSIGNAL_BUILD_TRIPLE=\"{args}\" hatch build -t wheel"
145145

146146
[tool.hatch.build.targets.wheel.hooks.custom]

0 commit comments

Comments
 (0)