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

Fix darwin native build #1692

Merged
merged 1 commit into from
Jul 13, 2017
Merged

Fix darwin native build #1692

merged 1 commit into from
Jul 13, 2017

Conversation

r2d4
Copy link
Contributor

@r2d4 r2d4 commented Jul 13, 2017

The cross build container we use for darwin needs two extra environment
variables to invoke specific C and C++ compilers. These aren't needed
and won't work natively on darwin, so only pass them in for docker
builds.

The cross build container we use for darwin needs two extra environment
variables to invoke specific C and CPP compilers.  These aren't needed
and won't work natively on darwin, so only pass them in for docker
builds.
@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Jul 13, 2017
@codecov-io
Copy link

Codecov Report

Merging #1692 into master will decrease coverage by 0.07%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##           master   #1692      +/-   ##
=========================================
- Coverage   38.77%   38.7%   -0.08%     
=========================================
  Files          51      51              
  Lines        2664    2664              
=========================================
- Hits         1033    1031       -2     
- Misses       1452    1453       +1     
- Partials      179     180       +1
Impacted Files Coverage Δ
pkg/util/kubeconfig/config.go 50.46% <0%> (-1.87%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e550e3d...96b61f1. Read the comment docs.

@r2d4 r2d4 merged commit 2c20965 into kubernetes:master Jul 13, 2017
@r2d4 r2d4 deleted the darwin-fix-make branch July 13, 2017 22:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cncf-cla: yes Indicates the PR's author has signed the CNCF CLA.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants