Closed msradam closed 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.
const_bsds.go
const_win_unix.go
Can now clone the afero repository on a z/OS USS shell and run go install with no issues.
go install
Afero is a dependency for the k6 tool, and enabling these build flags allows k6 to be built and run on z/OS.
All committers have signed the CLA.
Added flags to
const_bsds.go
andconst_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.