Skip to content
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

Make cpud build on Darwin #281

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Make cpud build on Darwin #281

wants to merge 3 commits into from

Conversation

rjkroege
Copy link
Collaborator

For the convenience of continuous builders, make cpud build (but
not work correctly) on Darwin

Note that this doesn't make cpud work on Darwin -- just compile
successfully.

rjkroege and others added 2 commits September 20, 2024 18:47
For the convenience of continuous builders, make cpud build (but
not work correctly) on Darwin
@rminnich
Copy link
Member

ah you need a signed-off-by

@@ -14,6 +14,11 @@ import (
"os/exec"
)

type Session struct {
binds string
Copy link
Member

Choose a reason for hiding this comment

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

remove binds, we can't do that on Darwin IIUC?

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.

2 participants