File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ hatch run build:for <triple> # for a specific agent triple
9191hatch run build:me /path/to/agent
9292# or place the desired agent binary at
9393# `src/appsignal/appsignal-agent`, and then:
94- _APPSIGNAL_BUILD_AGENT_PATH=" --keep-agent" hatch run build:me --keep-agent
94+ _APPSIGNAL_BUILD_AGENT_PATH=" --keep-agent" hatch run build:me
9595```
9696
9797### Clean up build artifacts
Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ ignore = [
140140
141141[tool .hatch .envs .build .scripts ]
142142all = " python src/scripts/build_all.py"
143- me = " _APPSIGNAL_BUILD_AGENT_PATH= \" {args} \" hatch build -t wheel"
143+ me = " hatch build -t wheel"
144144for = " _APPSIGNAL_BUILD_TRIPLE=\" {args}\" hatch build -t wheel"
145145
146146[tool .hatch .build .targets .wheel .hooks .custom ]
You can’t perform that action at this time.
0 commit comments