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

refactor: update unix build tags and add plan9 #224

Merged
merged 2 commits into from
Aug 29, 2024

Commits on Aug 28, 2024

  1. refactor: update unix build tags and add plan9

    resolve obscure compile errors when trying to compile on
    different goos.
    Use unix build tags and add plan9.
    
    We can't implement uid/gid logic without breaks as plan9 uses
    strings while the api requires int.
    Use plan9.Dup to redirect stderr.
    kruskall committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    b4f6f1b View commit details
    Browse the repository at this point in the history
  2. refactor: use syscall type

    kruskall committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    86c1607 View commit details
    Browse the repository at this point in the history