diff options
| author | Danilo M. <danix@danix.xyz> | 2026-08-25 12:12:10 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-08-25 12:12:10 +0200 |
| commit | 099f2af4bfae857f62bef3c3fe864e0b9e67e396 (patch) | |
| tree | 9f0255308efe5bdcd88b0df48fb632843a2bf5fa /AGENTS.md | |
| parent | 2811b759ba145a10c56b6e6d095137390e59959f (diff) | |
| download | my-slackbuilds-099f2af4bfae857f62bef3c3fe864e0b9e67e396.tar.gz my-slackbuilds-099f2af4bfae857f62bef3c3fe864e0b9e67e396.zip | |
docs: update version table and add opencode-bin findingmain
Diffstat (limited to 'AGENTS.md')
| -rw-r--r-- | AGENTS.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -362,3 +362,13 @@ trusting them, since upstream tooling fixes can retire a false positive. could hide a stale cache entry (e.g. after a version bump); do NOT use it for every `sbodl` call. If `-f` is not available, delete the entry under `~/sbodl-cache/` and re-run plain `sbodl`. + +### opencode-bin: do not strip the bun binary + +- Found: 2026-08-25 +- Symptom: `sbopkglint` 20-arch fails with "ELF object(s) not stripped" on + `usr/bin/opencode`. +- Cause: the binary is bun-generated; stripping breaks it at runtime. The + SlackBuild intentionally skips stripping (see the comment in the script). +- Action: leave it unstripped. The `sbopkglint` failure is expected; do not + add a strip pass to the SlackBuild. |
