Skip to content

Commit baa9666

Browse files
committed
Revert 416899f
That commit neither helps without a working bind-mount implementation nor is needed when such implementation exists. Testing shows that containerd can properly download and unpack image using bindfs mounts (see previous commit) even without Darwin-specific applier code. Signed-off-by: Marat Radchenko <marat@slonopotamus.org>
1 parent 9e4f37d commit baa9666

File tree

2 files changed

+1
-48
lines changed

2 files changed

+1
-48
lines changed

diff/apply/apply_darwin.go

Lines changed: 0 additions & 47 deletions
This file was deleted.

diff/apply/apply_other.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//go:build !linux && !darwin
1+
//go:build !linux
22

33
/*
44
Copyright The containerd Authors.

0 commit comments

Comments
 (0)