config 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637
  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.66
  6. nspr_version: 4.30
  7. var:
  8. container:
  9. use_container: 1
  10. deps:
  11. - build-essential
  12. - gyp
  13. - zlib1g-dev
  14. targets:
  15. nss-linux-x86_64:
  16. var:
  17. osname: linux-x86_64
  18. nss-linux-x86_64: 1
  19. input_files:
  20. - project: container-image
  21. - name: '[% c("var/compiler") %]'
  22. project: '[% c("var/compiler") %]'
  23. enable: '[% ! c("var/nss-linux-x86_64") %]'
  24. - name: ninja
  25. project: ninja
  26. - 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'
  27. name: nss
  28. sha256sum: 4eb72ca78b497a2a425139fdcfb9068cbd318dd51542baaa5365fcfbcb165009
  29. - filename: configure.patch
  30. - filename: config.patch
  31. - filename: bug_13028.patch
  32. - filename: use-python3.patch
  33. - filename: use-python3-build-sh.patch
  34. enable: '[% c("var/nss-linux-x86_64") %]'