config 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. # vim: filetype=yaml sw=2
  2. filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %]'
  3. version: '[% c("abbrev") %]'
  4. git_hash: a0a1ce981638109f1f76cd1eecf17a0436a20055
  5. git_url: https://github.com/PLSysSec/lucet_sandbox_compiler/
  6. git_submodule: 1
  7. var:
  8. container:
  9. use_container: 1
  10. input_files:
  11. - project: container-image
  12. - name: binutils
  13. project: binutils
  14. enable: '[% c("var/linux") %]'
  15. # Our clang still needs GCC parts (libstdc++ for instance) so we include that
  16. # one here even though compilation gets done solely by clang.
  17. - project: '[% c("var/compiler") %]'
  18. name: '[% c("var/compiler") %]'
  19. enable: '[% c("var/linux") %]'
  20. - name: cmake
  21. project: cmake
  22. - name: clang
  23. project: clang
  24. - name: rust
  25. project: rust
  26. - name: wasi-sysroot
  27. project: wasi-sysroot
  28. # Use `make cargo_vendor-lucetc` to re-generate the vendor tarball
  29. - URL: https://people.torproject.org/~gk/mirrors/sources/lucetc-vendor.tar.bz2
  30. sha256sum: 12ba97fca12177e7ed5b5409fcfdbd31dc7db2e82282768d99dee5bcb1b1246a
  31. - filename: Remove-march-native-from-COMMON_CFLAGS.patch
  32. steps:
  33. cargo_vendor:
  34. filename: '[% project %]-vendor-[% c("version") %].tar.bz2'
  35. input_files:
  36. - project: container-image
  37. pkg_type: build