8000 Add buildmode=pie to makefile by crosbymichael · Pull Request #1687 · containerd/containerd · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Add buildmode=pie to makefile #1687

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

Merged
merged 2 commits into from
Oct 30, 2017
Merged

Add buildmode=pie to makefile #1687

merged 2 commits into from
Oct 30, 2017

Conversation

crosbymichael
Copy link
Member
@crosbymichael crosbymichael commented Oct 26, 2017

Signed-off-by: Michael Crosby crosbymichael@gmail.com

@cro
8000
sbymichael crosbymichael force-pushed the pie branch 6 times, most recently from 1af157c to f494c61 Compare October 26, 2017 18:36
@cyphar
Copy link
Contributor
cyphar commented Oct 26, 2017

👍

@codecov-io
Copy link
codecov-io commented Oct 26, 2017

Codecov Report

Merging #1687 into master will increase coverage by 0.23%.
The diff coverage is 71.66%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1687      +/-   ##
==========================================
+ Coverage   48.79%   49.03%   +0.23%     
==========================================
  Files          27       27              
  Lines        4070     4087      +17     
==========================================
+ Hits         1986     2004      +18     
+ Misses       1666     1664       -2     
- Partials      418      419       +1
Impacted Files Coverage Δ
metadata/db.go 66.82% <71.66%> (+1.32%) ⬆️
metadata/content.go 31.57% <0%> (+0.95%) ⬆️

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 638f3a3...e74c423. Read the comment docs.

@estesp
Copy link
Member
estesp commented Oct 26, 2017

I think @justincormack had a use for keeping darwin at least buildable with master? For example, registry interactions could be a reasonable use case on darwin host

Copy link
Member
@estesp estesp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

buildmode LGTM; maybe wait for @justincormack to respond re: darwin

@justincormack
Copy link
Contributor
justincormack commented Oct 26, 2017 via email

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
@crosbymichael
Copy link
Member Author

All the ifeq were broken in the makefiles and didn't work after the platform update. None of the -race flags have been running during the tests so now we have some errors..............................................................................

@mlaventure
Copy link
Contributor

That would explain the data races. ping @dmcgowan on metadata races -> https://travis-ci.org/containerd/containerd/jobs/293345151#L2398

@crosbymichael
Copy link
Member Author

I feel like i'm going to have to reinstate the makefile ban. ;)

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
Copy link
Contributor
@mlaventure mlaventure left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like the race is indeed fixed. LGTM

ping @dmcgowan

@justincormack
Copy link
Contributor

LGTM

1 similar comment
@stevvooe
Copy link
Member

LGTM

@stevvooe stevvooe merged commit e2f9fbf into containerd:master Oct 30, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants
0