config 892 B

1234567891011121314151617181920212223242526
  1. # vim: filetype=yaml sw=2
  2. filename: '[% project %]-[% c("version") %]-with-nspr-[% c("nspr_version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.gz'
  3. # The required versions for application-services can be found at the respective
  4. # commit in libs/build-all.sh
  5. version: 3.65
  6. nspr_version: 4.30
  7. var:
  8. container:
  9. use_container: 1
  10. deps:
  11. - build-essential
  12. - gyp
  13. input_files:
  14. - project: container-image
  15. - name: '[% c("var/compiler") %]'
  16. project: '[% c("var/compiler") %]'
  17. - name: ninja
  18. project: ninja
  19. - URL: 'https://ftp.mozilla.org/pub/security/nss/releases/NSS_[% c("version") | replace("\\.", "_") %]_RTM/src/nss-[% c("version") %]-with-nspr-[% c("nspr_version") %].tar.gz'
  20. name: nss
  21. sha256sum: 5da275c751d0a4f624089d4589ae68b0dfc9cb77bc846ef903fb819fbf678976
  22. - filename: configure.patch
  23. - filename: config.patch
  24. - filename: bug_13028.patch