Skip to content
Snippets Groups Projects

Add bazel application

Merged Tom Coldrick requested to merge coldtom/bazel into master
4 files
+ 17
9
Compare changes
  • Side-by-side
  • Inline
Files
4
  • c02a1667
    Rework pipeline for better reliability · c02a1667
    Tom Coldrick authored
    Fixes a few issues
    * Pull first means we get a better pipeline resolution on what to build
      - I actually initially did this because I thought it would help the
        cache server not break, but there was a different solution
    * We can't push disk images, so reorganise so that we don't try to push
      them
      - Unfortunately, at present this means we don't cache until _after_
        the entire build finishes
+ 11
0
kind: stack
depends:
- freedesktop-sdk.bst:vm/boot/efi-plymouth.bst
- freedesktop-sdk.bst:vm/prepare-image.bst
- vm/image-tools.bst
- vm/filesystem.bst
- vm/initial-scripts.bst
Loading