Skip to content
Snippets Groups Projects
  1. Nov 18, 2024
    • Clayton Craft's avatar
      DO NOT MERGE ci: run arm 64-bit and 32-bit build test jobs on aarch64 runners · 5752c31a
      Clayton Craft authored
      This should work around this issue, at least for pmaports (where it's hit quite frequently):
      
      postmarketOS/postmarketos#83
      
      The downside of this is that there is (currently) only 1 aarch64 runner,
      so CI pipelines may take a bit longer to complete than before. IMHO
      that's better than having jobs that straight up fail (often multiple
      times) and (for some MRs) effectively losing build testing for ARM stuff
      pre-merge in gitlab CI.
      
      We'll want to revert this when the above issue is resolved, to restore
      the previous/higher CI throughput.
      Verified
      5752c31a
  2. Nov 17, 2024
    • Minecrell's avatar
      device-<qcom-msm8916>: revert to msdos partition table for now · e2a36b6e
      Minecrell authored
      pmbootstrap 3.0.0 uses GPT partition table by default, which breaks booting
      on all the devices using the lk2nd bootloader. The current version of lk2nd
      supports GPT only for the eMMC, while subpartitions and SD cards must be
      partitioned with MBR. GPT support was present in the legacy branch of
      lk2nd, but was dropped at some point because of poor code quality.
      
      Fix the regression for now by reverting back to the old msdos (MBR)
      partition table. We can revert this again later when lk2nd restores support
      for GPT.
      
      Generated with
      $ for d in $(grep -R linux-postmarketos-qcom-msm8916 | grep -Eo 'device-[^/]+' | sort -u); do \
        echo -e '\n# lk2nd does not support GPT for subpartitions/SD cards yet\ndeviceinfo_partition_type="msdos"' \
        >> device/*/$d/deviceinfo && pmbootstrap checksum $d && pmbootstrap pkgver_bump $d; done
      
      [ci:ignore-count]
      e2a36b6e
    • Brady Norander's avatar
      linux-postmarketos-mediatek-mt81xx: upgrade to 6.12.0_rc1_git20241108 (MR 5802) · 2baaa102
      Brady Norander authored and Anjan Momi's avatar Anjan Momi committed
      Tested on google-hayato. I also cleaned up the config a bit since the
      collabora defconfig had a few weird things set. Zram now works as
      expected because of this.
      Unverified
      2baaa102
    • Brady Norander's avatar
      linux-postmarketos-mediatek-mt8183: upgrade to 6.6.61 (MR 5797) · eda150d3
      Brady Norander authored and Anjan Momi's avatar Anjan Momi committed
      Unverified
      eda150d3
  3. Nov 16, 2024
  4. Nov 15, 2024
  5. Nov 14, 2024
  6. Nov 13, 2024
  7. Nov 12, 2024
Loading