Skip to content
Snippets Groups Projects
  1. Mar 20, 2025
  2. Mar 17, 2025
    • Oliver Smith's avatar
      pmb.helpers.apk: support PMB_APK_NO_CACHE · 4bf3f11b
      Oliver Smith authored
      Add a new environment variable that disables apk's caching feature for
      space constrained environments such as the bpo image build jobs.
      
      Currently we have a workaround in place in bpo: the apk cache is moved
      to a tmpfs. But this is fragile and just disabling the apk cache is a
      more elegant solution.
      
      I've decided to make this an env var instead of a full pmbootstrap
      option since this option is not relevant for normal users, only for CI
      jobs in space constrained environments. Also we already have another
      `PMB_APK_` env var.
      
      Related: bpo issue 136
      Part-of: !2553
      4bf3f11b
  3. Mar 16, 2025
  4. Mar 14, 2025
  5. Mar 10, 2025
  6. Mar 09, 2025
  7. Mar 08, 2025
  8. Mar 06, 2025
    • Clayton Craft's avatar
      pmb.build: install checkdepends when building (MR 2563) · a5f7d608
      Clayton Craft authored
      Fixes a bug where checkdepends are not being installed, and packages
      that run tests that depend on something in checkdepends fail because
      it's missing. For example, the `plasma-workspace` forked pkg in pmaports
      tells abuild to run `xwfb-run` in `check()`, this binary comes from
      `xwayland-run`, which is listed in the `checkdepends`. However this
      isn't being installed and so `pmb build` ultimately fails to build the
      package.
      a5f7d608
  9. Mar 02, 2025
  10. Mar 01, 2025
  11. Feb 27, 2025
  12. Feb 26, 2025
Loading