Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • apk-tools apk-tools
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 109
    • Issues 109
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 21
    • Merge requests 21
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • alpine
  • apk-toolsapk-tools
  • Merge requests
  • !75

macOS support

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Ariadne Conill requested to merge ariadne/apk-tools:feature/macos into master Dec 13, 2021
  • Overview 40
  • Commits 5
  • Changes 2

This MR implements a set of patches allowing for a functional apk on macOS.

There are a few caveats:

  • macOS does not use /etc/passwd as a source of authentication truth, so we use opendirectory on macOS instead. Unfortunately there is only one opendirectory database, as it does not support nesting.

  • using this with fakeroot on macOS is broken on systems where Darwin only uses 64-bit inodes. fakeroot needs to be updated to mitigate this scenario.

Edited Dec 13, 2021 by Ariadne Conill
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: feature/macos