We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ddec240 + 75dac86 commit 8e10ccaCopy full SHA for 8e10cca
2 files changed
README.md
@@ -91,7 +91,7 @@ hatch run build:for <triple> # for a specific agent triple
91
hatch run build:me /path/to/agent
92
# or place the desired agent binary at
93
# `src/appsignal/appsignal-agent`, and then:
94
-hatch run build:me --keep-agent
+ _APPSIGNAL_BUILD_AGENT_PATH="--keep-agent" hatch run build:me
95
```
96
97
### Clean up build artifacts
pyproject.toml
@@ -140,7 +140,7 @@ ignore = [
140
141
[tool.hatch.envs.build.scripts]
142
all = "python src/scripts/build_all.py"
143
-me = "_APPSIGNAL_BUILD_AGENT_PATH=\"{args}\" hatch build -t wheel"
+me = "hatch build -t wheel"
144
for = "_APPSIGNAL_BUILD_TRIPLE=\"{args}\" hatch build -t wheel"
145
146
[tool.hatch.build.targets.wheel.hooks.custom]
0 commit comments