config 435 B

12345678910111213141516
  1. # vim: filetype=yaml sw=2
  2. version: '[% c("abbrev") %]'
  3. git_url: https://github.com/mozilla/fxc2.git
  4. git_hash: 5ace4c25b63cb5a83b58a3eae3d36256a6022cde
  5. filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.gz'
  6. var:
  7. container:
  8. use_container: 1
  9. compiler: mingw-w64-clang
  10. input_files:
  11. - project: container-image
  12. - name: '[% c("var/compiler") %]'
  13. project: '[% c("var/compiler") %]'