[tor-commits] [tor-browser-build/master] Bug 30491: Move our macOS builds to Debian Stretch

gk at torproject.org gk at torproject.org
Mon May 27 06:35:54 UTC 2019


commit cfa06e43015e845c4350b8019c465860f655e1b9
Author: Georg Koppen <gk at torproject.org>
Date:   Mon May 20 12:16:27 2019 +0000

    Bug 30491: Move our macOS builds to Debian Stretch
---
 projects/debootstrap-image/config | 18 ------------------
 projects/rust/config              |  1 +
 rbm.conf                          |  2 +-
 3 files changed, 2 insertions(+), 19 deletions(-)

diff --git a/projects/debootstrap-image/config b/projects/debootstrap-image/config
index 99326dd..cad9c77 100644
--- a/projects/debootstrap-image/config
+++ b/projects/debootstrap-image/config
@@ -58,24 +58,6 @@ targets:
         arch: amd64
         debootstrap_mirror: "http://archive.debian.org/debian/"
 
-  jessie-amd64:
-    var:
-      minimal_apt_version: 1.0.9.8.5
-      # https://lists.debian.org/debian-lts-announce/2019/01/msg00014.html
-      apt_packages_baseurl: http://security.debian.org/debian-security/pool/updates/main/a/apt
-      apt_package_filename: apt_1.0.9.8.5_amd64.deb
-      apt_package_sha256sum: 4078748632abc19836d045f80f9d6933326065ca1d47367909a0cf7f29e7dfe8
-      apt_utils_package_filename: apt-utils_1.0.9.8.5_amd64.deb
-      apt_utils_package_sha256sum: 87c55d9ccadcabd59674873c221357c774020c116afd978fb9df6d2d0303abf2
-      libapt_inst_package_filename: libapt-inst1.5_1.0.9.8.5_amd64.deb
-      libapt_inst_package_sha256sum: f9615532b1577b3d1455fa51839ce91765f2860eb3a6810fb5e0de0c87253030
-      libapt_pkg_package_filename: libapt-pkg4.12_1.0.9.8.5_amd64.deb
-      libapt_pkg_package_sha256sum: 295d9c69854a4cfbcb46001b09b853f5a098a04c986fc5ae01a0124c1c27e6bd
-
-      container:
-        suite: jessie
-        arch: amd64
-
   stretch-amd64:
     var:
       minimal_apt_version: 1.4.9
diff --git a/projects/rust/config b/projects/rust/config
index 8d65fc6..2ed48c0 100644
--- a/projects/rust/config
+++ b/projects/rust/config
@@ -75,6 +75,7 @@ targets:
       arch_deps:
         - libssl-dev
         - pkg-config
+        - zlib1g-dev
       configure_opt: --enable-local-rust --enable-vendor --enable-extended --release-channel=stable --sysconfdir=etc --target=x86_64-apple-darwin --set=target.x86_64-apple-darwin.cc=x86_64-apple-darwin-clang
 
   windows:
diff --git a/rbm.conf b/rbm.conf
index ee805fc..2e9abf1 100644
--- a/rbm.conf
+++ b/rbm.conf
@@ -312,7 +312,7 @@ targets:
       osx: 1
       osname: osx-x86_64
       container:
-        suite: jessie
+        suite: stretch
         arch: amd64
       compiler: 'macosx-toolchain'
       configure_opt: '--host=x86_64-apple-darwin11 CC="x86_64-apple-darwin11-clang [% c("var/FLAGS") %]" CXX="x86_64-apple-darwin11-clang++ [% c("var/FLAGS") %]"'





More information about the tor-commits mailing list