Skip to content

Artifacts downloaded needs access rights on Windows platform #4

@arhik

Description

@arhik

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions