containerd / go-runc

runc bindings for Go
Apache License 2.0
162 stars 73 forks source link

darwin: ignore fchown failure on darwin #64

Closed thehajime closed 4 years ago

thehajime commented 4 years ago

fchown(2) on darwin returns EINVAL on anonymous pipe, thus this commit ignores this checks.

This is related to the PR of containerd (https://github.com/containerd/containerd/pull/4526).

codecov-commenter commented 4 years ago

Codecov Report

Merging #64 into master will decrease coverage by 0.05%. The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #64      +/-   ##
==========================================
- Coverage   12.11%   12.06%   -0.06%     
==========================================
  Files           7        7              
  Lines         652      655       +3     
==========================================
  Hits           79       79              
- Misses        551      554       +3     
  Partials       22       22              
Impacted Files Coverage Δ
io_unix.go 0.00% <0.00%> (ø)

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 23d84c5...71d217e. Read the comment docs.