swanchain / go-computing-provider

A golang implementation of computing provider
MIT License
21 stars 22 forks source link

Using Umask on the Windows platform will generate compilation errors. #83

Open snakeeeeeeeee opened 4 months ago

snakeeeeeeeee commented 4 months ago

On the Windows platform, there is no concept of Umask, so the submitJob function of cp_service.go will generate compilation errors on the Windows platform. We can avoid this problem by using the equivalent of setting file permissions.

Normalnoise commented 3 months ago

thanks for your contribution, Once tested, it will be merged

snakeeeeeeeee commented 3 months ago

thanks for your contribution, Once tested, it will be merged @Normalnoise Why is the submitJob function modified in the master branch, but my PR is not merged?