config 407 B

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