gstack/.github/workflows
Garry Tan a872154fd9
fix: remove --tmpfs mount, rely on Dockerfile USER + chmod 1777 /tmp
The --tmpfs /tmp:exec mount replaces /tmp with a root-owned tmpfs,
undoing the chmod 1777 from the Dockerfile. Remove the tmpfs mount
so the Dockerfile's /tmp permissions persist at runtime.

Dockerfile already has USER runner and chmod 1777 /tmp, which should
give bun write access without any runtime workarounds.

Also removes the Fix temp dirs step since it's no longer needed.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-23 17:48:52 -07:00
..
actionlint.yml fix: pin actionlint workflow to a real release 2026-03-20 00:29:26 -07:00
ci-image.yml feat: CI evals on Ubicloud — 12 parallel runners + Docker image (v0.11.10.0) (#360) 2026-03-23 10:17:33 -07:00
evals.yml fix: remove --tmpfs mount, rely on Dockerfile USER + chmod 1777 /tmp 2026-03-23 17:48:52 -07:00
skill-docs.yml fix: Codex compatibility — 1024-char cap, duplicate skills, repo-local installs, kiro support (v0.11.2.0) (#346) 2026-03-22 19:27:10 -07:00