12345678910111213141516171819 |
- # vim: filetype=yaml sw=2
- filename: '[% project %]-[% c("version") %]-[% c("var/build_id") %].tar.gz'
- version: '[% c("abbrev") %]'
- # This can be found in
- # taskcluster/ci/fetch/toolchains.yml
- git_hash: f2890afb8a52944dd8265e489a0691c7b0afdd54
- git_url: https://github.com/tpoechtrager/cctools-port
- var:
- container:
- use_container: 1
- input_files:
- - project: container-image
- - name: clang
- project: clang
- - name: libtapi
- project: libtapi
|