spf13 / afero

A FileSystem Abstraction System for Go
Apache License 2.0
5.79k stars 498 forks source link

Add build flags for z/OS Unix System Services #384

Closed msradam closed 1 year ago

msradam commented 1 year ago

Added flags to const_bsds.go and const_win_unix.go to allow for building on IBM z/OS Unix System Services.

Can now clone the afero repository on a z/OS USS shell and run go install with no issues.

Afero is a dependency for the k6 tool, and enabling these build flags allows k6 to be built and run on z/OS.

CLAassistant commented 1 year ago

CLA assistant check
All committers have signed the CLA.