Files
gstack/.github
Garry Tan 58bd7d19ef fix: remove duplicate recursive chmod on /tmp in Dockerfile.ci
chmod -R 1777 /tmp recursively sets sticky bit on files (no defined
behavior), not just the directory. Deduplicate to single chmod 1777 /tmp.

Closes #747

Co-Authored-By: Maksim Soltan <Gonzih@users.noreply.github.com>
2026-04-13 09:34:54 -07:00
..