-
Bug
-
Resolution: Done
-
Normal
-
None
-
s2i-1.5
-
None
-
0
-
False
-
-
False
-
A dependency of source-to-image had a bug that caused compilation errors for Windows binaries. This prevented source-to-image from being built for the Windows operating system. The dependent code was updated to support builds for Windows.
-
Bug Fix
-
Proposed
-
-
-
Builds Sprint #21
-
1
Description of problem:
s2i can't cross-compile on Windows due a bug in one of its dependencies.
Workaround: None
Prerequisites (if any, like setup, operators/versions):
Steps to Reproduce
Attempt to run the release script (`make release`)
Actual results:
Fails
Expected results:
Cross-compile succeeds
Reproducibility (Always/Intermittent/Only Once):
Always
Acceptance criteria:
s2i can be cross-compiled for Windows and released upstream.
Definition of Done:
Build Details:
s2i v1.5.0
Additional info (Such as Logs, Screenshots, etc):
Upstream issue: https://github.com/openshift/source-to-image/issues/1204