deis / workflow-cli

The CLI for Deis Workflow
http://deis.com
MIT License
31 stars 43 forks source link

feat(Makefile): allow CGO_ENABLED override #252

Closed vdice closed 7 years ago

vdice commented 7 years ago

Enables fix for https://github.com/deis/workflow-cli/issues/246

deis-bot commented 7 years ago

@Joshua-Anderson and @arschles are potential reviewers of this pull request based on my analysis of git blame information. Thanks @vdice!

codecov-io commented 7 years ago

Current coverage is 72.24% (diff: 100%)

Merging #252 into master will increase coverage by 0.01%

@@             master       #252   diff @@
==========================================
  Files            57         57          
  Lines          3903       3920    +17   
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
+ Hits           2819       2832    +13   
- Misses          776        780     +4   
  Partials        308        308          

Powered by Codecov. Last update 8745328...78ce8e6

vdice commented 7 years ago

This PR is no longer needed; an alternate solution was developed in https://github.com/deis/jenkins-jobs/pull/246; closing.