aboutsummaryrefslogtreecommitdiffstats
path: root/AGENTS.md
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-08-25 12:12:10 +0200
committerDanilo M. <danix@danix.xyz>2026-08-25 12:12:10 +0200
commit099f2af4bfae857f62bef3c3fe864e0b9e67e396 (patch)
tree9f0255308efe5bdcd88b0df48fb632843a2bf5fa /AGENTS.md
parent2811b759ba145a10c56b6e6d095137390e59959f (diff)
downloadmy-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.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/AGENTS.md b/AGENTS.md
index b01903b..b6ae36a 100644
--- a/AGENTS.md
+++ b/AGENTS.md
@@ -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.