Skip to content
Snippets Groups Projects

device-<qcom-msm8916>: revert to msdos partition table for now

Merged Minecrell requested to merge Minecrell/pmaports:msm8916-msdos into master
All threads resolved!
1 file
+ 4
0
Compare changes
  • Side-by-side
  • Inline
  • 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.
+ 4
0
@@ -154,11 +154,15 @@ build-x86:
- .ci/build-x86.sh
build-aarch64:
tags:
- aarch64
extends: .build
script:
- .ci/build-aarch64.sh
build-armv7:
tags:
- aarch64
extends: .build
script:
- .ci/build-armv7.sh
Loading