config 927 B

123456789101112131415161718192021222324
  1. # vim: filetype=yaml sw=2
  2. version: 540.1.linux3
  3. filename: '[% project %]-[% c("version") %]-[% c("var/build_id") %].tar.gz'
  4. container:
  5. use_container: 1
  6. var:
  7. deps:
  8. - build-essential
  9. - libssl-dev
  10. - uuid-dev
  11. input_files:
  12. # See hfsplus-tools in taskcluster/ci/fetch/toolchains.yml
  13. - URL: https://src.fedoraproject.org/repo/pkgs/hfsplus-tools/diskdev_cmds-540.1.linux3.tar.gz/0435afc389b919027b69616ad1b05709/diskdev_cmds-[% c("version") %].tar.gz
  14. sha256: b01b203a97f9a3bf36a027c13ddfc59292730552e62722d690d33bd5c24f5497
  15. - project: container-image
  16. # The project uses a flag that is not supported by GCC
  17. - name: clang
  18. project: clang
  19. enable: '[% ! c("container/global_disable") %]'
  20. # Build only newfs (we do not care of fsck), remove a header that does not
  21. # exist on Linux (at that path) and is not required on Linux either, and make
  22. # the UUID deterministic.
  23. - filename: newfs_hfs.diff