Skip to content

Fix rsync failure on Colima volume mounts#15

Merged
jverkoey merged 1 commit intomainfrom
fix/rsync-colima-dir-times
Apr 13, 2026
Merged

Fix rsync failure on Colima volume mounts#15
jverkoey merged 1 commit intomainfrom
fix/rsync-colima-dir-times

Conversation

@jverkoey
Copy link
Copy Markdown
Member

Adds --omit-dir-times to the rsync call in copy-templates.sh so it doesn't fail trying to set directory timestamps on mounted volumes that don't support utime() (e.g. Colima).

Previously the postAttachCommand would fail with rsync exit code 23, aborting the entire devcontainer setup.

Add --omit-dir-times to rsync so it doesn't fail trying to set
directory timestamps on mounted volumes that don't support utime().
@jverkoey jverkoey enabled auto-merge (squash) April 13, 2026 02:59
@jverkoey jverkoey merged commit 06f3ecd into main Apr 13, 2026
1 check passed
@jverkoey jverkoey deleted the fix/rsync-colima-dir-times branch April 13, 2026 03:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant