Build on macOS #10
Labels
No Label
art
big
blocked
bug
crash report
disputed
documentation
duplicate
feature request
good first issue
packaging
question
security
wontfix
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Projects/mysqladm-rs#10
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
nix::unistd::getgrouplist()
is not defined on darwin, and the application fails to build. Fix the upstream or make a workaround when building on darwin, for example by always returning an empty list, only giving access to users and databases prefixed with username_ and not group_.There are some notes on https://docs.python.org/3/library/os.html -> getgroups() explaining why this does not work like on linux.