Skip to content

Conversation

@Toasterson
Copy link

During the compilation of gitea on illumos I ran into the issue that both user_posix.go and user_other.go where considered for inclusion by the golang compiler with golang 1.18.

This PR forces the golang compiler to exclude user_other on all platforms mentioned in user_posix.

Testing on Windows should be done for this PR as I do not own any Windows machine and it is likely that user_other.go also conflicts withuser_windows.go.

@cbandy
Copy link
Contributor

cbandy commented Jul 28, 2022

What is your GOOS ?

@Toasterson
Copy link
Author

GOOS="illumos"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants