Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Artifacts downloaded needs access rights on Windows platform #4

Open
arhik opened this issue Oct 21, 2023 · 0 comments
Open

Artifacts downloaded needs access rights on Windows platform #4

arhik opened this issue Oct 21, 2023 · 0 comments

Comments

@arhik
Copy link
Member

arhik commented Oct 21, 2023

ERROR: could not load library "C:\Users\vvvv.julia\artifacts\eb1552d6c727b018c5d88f8a194531e151fb9a1b\wgpu_native.dll"
Access is denied.

Solution to this problem is on julia discourse :

lib = joinpath(artifact"WGPUNative", "wgpu_native.dll")
chmod(libfile, filemode(lib) | 0o755)

But this needs to be done after artifacts are downloaded. I am not sure if we can do the same while packaging instead.

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

No branches or pull requests

1 participant