-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Closed as not planned
Labels
bugObserved behavior contradicts documented or intended behaviorObserved behavior contradicts documented or intended behavior
Description
Zig Version
0.15.0-dev.1228+6dbcc3bd5
Steps to Reproduce and Observed Behavior
Reproducible on Windows 11 with ReFS filesystem.
WSL2 installed with archlinux distro.
Tested on ReFS filesystem listed as type 9p.
$ mount
...
C:\ on /mnt/c type 9p (rw,noatime,aname=drvfs;path=C:\;uid=0;gid=0;symlinkroot=/mnt/,cache=5,access=client,msize=65536,trans=fd,rfd=6,wfd=6)
I haven't tested this on NTFS as I don't have it.
Reproducer:
wsl --install archlinuxcd /mnt/c/Users/User # <- important
mkdir ziginit
cd ziginit
zig init
zig buildOutput:
[root@DESKTOP-P6Q15G3 ziginit]# zig build
error: failed to rename compilation results ('.zig-cache/tmp/1ed140a89cbf7917') into local cache ('.zig-cache/o/e51877309a3ece206e0909199e62559d'): AccessDenied
Expected Behavior
Build is successful.
Metadata
Metadata
Assignees
Labels
bugObserved behavior contradicts documented or intended behaviorObserved behavior contradicts documented or intended behavior