-
Notifications
You must be signed in to change notification settings - Fork 48
Support darwin build for kata shim #86
Comments
Commenting out the following makes the build go through successfully.
However, I believe the right way to implement this is to have a common |
Yes, we could create a But looking again at the man pages, it appears the kernel never sends |
@jodh-intel yep, that's enough |
@jodh-intel actually there's more. The |
Fixes kata-containers#86 Signed-off-by: Ricardo Aravena <raravena@branch.io>
Darwin implementations. According to the man 7 page on Linux the signal is not used terminal: Changes to support build in Darwin, add terminal_darwin.go and terminal_darwin_test.go Fixes kata-containers#86 Signed-off-by: Ricardo Aravena <raravena@branch.io>
… Darwin implementations. According to the man 7 page on Linux the signal is not used Fixes kata-containers#86 Signed-off-by: Ricardo Aravena <raravena@branch.io>
…and terminal_darwin_test.go Fixes kata-containers#86 Signed-off-by: Ricardo Aravena <raravena@branch.io>
…and terminal_darwin_test.go Fixes kata-containers#86 Signed-off-by: Ricardo Aravena <raravena@branch.io>
…and terminal_darwin_test.go Fixes kata-containers#86 Signed-off-by: Ricardo Aravena <raravena@branch.io>
Created a new `terminal_darwin.go` (and associated test). Made changes to .travis.yml to support travis osx tests Fixes kata-containers#86 Signed-off-by: Ricardo Aravena <raravena@branch.io>
Created a new `terminal_darwin.go` (and associated test). Made changes to .travis.yml to support travis osx tests Fixes kata-containers#86 Signed-off-by: Ricardo Aravena <raravena@branch.io>
Created a new `terminal_darwin.go` (and associated test). Made changes to .travis.yml and .ci/faketty.sh to support travis osx tests Fixes kata-containers#86 Signed-off-by: Ricardo Aravena <raravena@branch.io>
Created a new `terminal_darwin.go` (and associated test). Made changes to .travis.yml and .ci/faketty.sh to support travis osx tests Fixes kata-containers#86 Signed-off-by: Ricardo Aravena <raravena@branch.io>
Description of problem
Opening up to track building the Kata Shim on macos. Needed to support Kata Containers over xhyve
Expected result
Actual result
The text was updated successfully, but these errors were encountered: