Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • abuild abuild
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 70
    • Issues 70
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 24
    • Merge requests 24
  • 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

Our ARM infrastructure is unreachable at the moment, so CI jobs will time-out and packages will not be updated until the servers are back.

  • alpinealpine
  • abuildabuild
  • Merge requests
  • !58

newapkbuild: invoke meson directly for build/test/install instead of ninja

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Rasmus Thomsen requested to merge Cogitri/abuild:meson-build into master Jul 06, 2020
  • Overview 4
  • Commits 1
  • Pipelines 0
  • Changes 1

This has multiple advantages:

  • It's tool agnostic (e.g. if we were to drop the ninja symlink for samu, we wouldn't have to change anything here)
  • It allows for more fine grained control, e.g. in meson test, where we can increase timeouts and print the test log to stdout, something which we can't control when invoking it via ninja.

This is similiar to dd24cdf8, but for meson.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: meson-build