123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221 |
- # vim: filetype=yaml sw=2
- version: '[% c("abbrev") %]'
- filename: 'firefox-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %]'
- git_hash: 'tor-browser-[% c("var/firefox_version") %]-[% c("var/torbrowser_branch") %]-1-build2'
- tag_gpg_id: 1
- git_url: https://git.torproject.org/tor-browser.git
- git_submodule: 1
- gpg_keyring: torbutton.gpg
- var:
- firefox_platform_version: 60.8.0
- firefox_version: '[% c("var/firefox_platform_version") %]esr'
- torbrowser_branch: 9.0
- torbrowser_update_channel: alpha
- branding_directory: '[% IF c("var/android") %]mobile/android[% ELSE %]browser[% END %]/branding/alpha'
- copyright_year: '[% exec("git show -s --format=%ci").remove("-.*") %]'
- deps:
- - build-essential
- - unzip
- - zip
- - autoconf2.13
- - yasm
- - python
- container:
- use_container: 1
- # this should be updated when the list of gradle dependencies is changed
- gradle_dependencies_version: 5
- # used by projects/firefox-locale-bundle
- l10n-changesets.json: '[% exec("cat mobile/locales/l10n-changesets.json") %]'
- steps:
- src-tarballs:
- filename: 'src-[% project %]-[% c("version") %].tar.xz'
- version: '[% c("git_hash") %]'
- input_files: []
- var:
- container:
- use_container: 0
- targets:
- nightly:
- version: '[% c("abbrev") %]'
- targets:
- release:
- var:
- torbrowser_update_channel: release
- branding_directory: '[% IF c("var/android") %]mobile/android[% ELSE %]browser[% END %]/branding/official'
- nightly:
- git_hash: 'tor-browser-[% c("var/firefox_version") %]-[% c("var/torbrowser_branch") %]-1'
- tag_gpg_id: 0
- var:
- torbrowser_update_channel: default
- branding_directory: '[% IF c("var/android") %]mobile/android[% ELSE %]browser[% END %]/branding/nightly'
- android:
- var:
- arch_deps:
- - openjdk-8-jdk
- linux:
- var:
- post_pkginst: |
- # Firefox ESR68 needs Yasm >= 1.2.0 which Debian Wheezy ships in backports.
- echo 'deb http://archive.debian.org/debian/ wheezy-backports main' >> /etc/apt/sources.list
- export DEBIAN_FRONTEND=noninteractive
- apt-get update
- apt-get install -t wheezy-backports -y yasm
- linux-x86_64:
- var:
- martools_filename: mar-tools-linux64.zip
- arch_deps:
- - libgtk2.0-dev
- - libgtk-3-dev
- - libdbus-glib-1-dev
- - libxt-dev
- - hardening-wrapper
- # To pass configure since ESR 31.
- - libpulse-dev
- # To pass configure since ESR 45.
- - libgconf2-dev
- # To pass configure since ESR 52
- - libx11-xcb-dev
- # We built GCC but not the libmpc2, thus we need to install it
- - libmpc2
- linux-i686:
- var:
- martools_filename: mar-tools-linux32.zip
- sort_deps: 0
- arch_deps:
- - libgtk2.0-dev:i386
- - libgtk-3-dev:i386
- - libdbus-glib-1-dev:i386
- - libxt-dev:i386
- # To pass configure since ESR 31.
- - libpulse-dev:i386
- # To pass configure since ESR 45.
- - libgconf2-dev:i386
- # To pass configure since ESR 52
- - libx11-xcb-dev:i386
- # We built GCC but not the libmpc2, thus we need to install it
- - libmpc2
- - hardening-wrapper
- linux-arm:
- var:
- martools_filename: mar-tools-linuxarm.zip
- linux-cross:
- var:
- container:
- disable_network:
- # enable network in the build script for linux-cross, because we need
- # to download some packages with "apt-get download".
- # TODO: Find a better way to handle this that doesn't require network
- # access in the Firefox build container.
- build: 0
- arch_deps:
- - libgtk2.0-dev
- - libgtk-3-dev
- - libdbus-glib-1-dev
- - libxt-dev
- - hardening-wrapper
- # To pass configure since ESR 31.
- - libpulse-dev
- # To pass configure since ESR 45.
- - libgconf2-dev
- # To pass configure since ESR 52
- - libx11-xcb-dev
- # We built GCC but not the libmpc2, thus we need to install it
- - libmpc2
- # needed to remove RUNPATH added by selfrando (see #22242)
- - chrpath
- - apt-rdepends
- osx-x86_64:
- var:
- martools_filename: mar-tools-mac64.zip
- arch_deps:
- - rsync
- windows:
- var:
- arch_deps:
- - wine
- windows-i686:
- var:
- martools_filename: mar-tools-win32.zip
- windows-x86_64:
- var:
- martools_filename: mar-tools-win64.zip
- input_files:
- - project: container-image
- - name: '[% c("var/compiler") %]'
- project: '[% c("var/compiler") %]'
- - name: gcc-host
- project: gcc
- enable: '[% c("var/linux-cross") %]'
- target:
- - '[% c("var/channel") %]'
- - 'torbrowser-linux-x86_64'
- - filename: get-moz-build-date
- - filename: 'mozconfig-[% c("var/osname") %]'
- name: mozconfig
- - project: binutils
- name: binutils
- enable: '[% c("var/linux") %]'
- - filename: fix-info-plist.py
- enable: '[% c("var/osx") %]'
- - URL: https://people.torproject.org/~gk/mirrors/sources/msvcr100.dll
- sha256sum: 8793353461826fbd48f25ea8b835be204b758ce7510db2af631b28850355bd18
- enable: '[% c("var/windows-i686") %]'
- - URL: https://people.torproject.org/~boklm/mirrors/sources/msvcr100-x86_64.dll
- sha256sum: ae3cb6c6afba9a4aa5c85f66023c35338ca579b30326dd02918f9d55259503d5
- enable: '[% c("var/windows-x86_64") %]'
- - project: gcc
- name: gcc
- enable: '[% c("var/windows") %]'
- - filename: nsis-uninstall.patch
- enable: '[% c("var/windows") %]'
- - project: rust
- name: rust
- - project: llvm
- name: llvm
- enable: '[% c("var/linux") %]'
- - project: fxc2
- name: fxc2
- enable: '[% c("var/windows") %]'
- - filename: abicheck.cc
- enable: '[% c("var/linux") %]'
- - filename: start-firefox
- enable: '[% c("var/linux") %]'
- - project: tor-launcher
- name: tor-launcher
- enable: '[% ! c("var/android") %]'
- - filename: 'gradle-dependencies-[% c("var/gradle_dependencies_version") %]'
- name: gradle-dependencies
- exec: '[% INCLUDE "fetch-gradle-dependencies" %]'
- enable: '[% c("var/android") %]'
- - project: tor-android-service
- name: tor-android-service
- enable: '[% c("var/android") %]'
- - project: tor-onion-proxy-library
- name: topl
- enable: '[% c("var/android") %]'
- - filename: android-dependencies.patch
- enable: '[% c("var/android") %]'
- - project: firefox-locale-bundle
- name: firefox-locale-bundle
- enable: '[% c("var/android") %]'
- - project: tba-translation
- name: tba-translation
- enable: '[% c("var/android") %]'
- - filename: 1527534.patch
- enable: '[% c("var/android") %]'
|