mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-29 12:14:48 +00:00
utils: Add darwin stub
Add a stub for utils_darwin to facilitate building this package on Darwin. We can probably drop this empty stub if we have better abstraction for the various parts of virtcontainers that call it today... Fixes:# 3777 Signed-off-by: Eric Ernst <eric_ernst@apple.com>
This commit is contained in:
parent
ad0449195d
commit
5be188cc29
10
src/runtime/virtcontainers/utils/utils_darwin.go
Normal file
10
src/runtime/virtcontainers/utils/utils_darwin.go
Normal file
@ -0,0 +1,10 @@
|
||||
// Copyright (c) 2022 Apple Inc.
|
||||
//
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
//
|
||||
|
||||
package utils
|
||||
|
||||
func GetDevicePathAndFsTypeOptions(mountPoint string) (devicePath, fsType string, fsOptions []string, err error) {
|
||||
return
|
||||
}
|
Loading…
Reference in New Issue
Block a user