Unverified Commit da147372 authored by boklm's avatar boklm
Browse files

Bug 18331: drop faketime in mac/gitian-tor.yml

After updating the OSX toolchain, faketime is causing an error in tor's
configure script. As faketime in mac/gitian-tor.yml is no longer
required to get the builds reproducible, we drop it.

Following this change, the intermediary archive tor-mac64-gbuilt.zip
won't be reproducible because of the timestamp of the included files.
However this file is not exposed to users. This should be fixed when we
implement #18845.
parent 8c71dad3
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -6,7 +6,6 @@ suites:
architectures:
- "i386"
packages:
- "faketime"
- "unzip"
- "automake"
- "zip"
@@ -32,8 +31,6 @@ script: |
    TORBINDIR="$TBDIR/TorBrowser/Tor"
    TORCONFIGDIR="$TBDIR/TorBrowser/Data/Tor"
  fi
  export LD_PRELOAD=/usr/lib/faketime/libfaketime.so.1
  export FAKETIME=$REFERENCE_DATETIME
  export TZ=UTC
  export LC_ALL=C
  umask 0022