unity-builder/src
Paul Pacheco 79f70a8266 fix: op not permitted in self-hosted runner
In self hosted runners in fedora with SELinux enabled,
it sometimes gives a random error
```
Error: lsetxattr /var/run/docker.sock: operation not permitted

Error: The process '/usr/bin/docker' failed with exit code 126
```

This seems to happen with docker.sock which is a link to
/run/podman/podman.sock
looks like lsetxattr is broken for links.
2022-03-23 11:14:35 -05:00
..
model fix: op not permitted in self-hosted runner 2022-03-23 11:14:35 -05:00
index.ts Initial Support for MacOS IL2CPP Builds (#326) 2022-02-02 10:15:37 +01:00