Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • abuild abuild
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 64
    • Issues 64
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 39
    • Merge requests 39
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container 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
  • alpinealpine
  • abuildabuild
  • Merge requests
  • !46

functions: query apk-tools for host endianness as $CENDIAN.

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Ariadne Conill requested to merge ariadne/abuild:cendian into master May 28, 2020
  • Overview 0
  • Commits 1
  • Pipelines 0
  • Changes 1

This allows for APKBUILDs to know the target endianness in the same way as it knows the target $CARCH. In cross-compile situation, specifying $CENDIAN via environment or abuild.conf is necessary.

This will be expanded on in the form of $arch hints, arch="all !big-endian" for example to block the package on big-endian systems.

Something similar is in the works for 32-bit vs 64-bit.

To make use of this feature, apk-tools 2.11 or later must be present. See apk-tools!29 for more details.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: cendian