[tor-browser-bundle/master] Fixup: we don't install binutils for macOS (bug 22831)

commit 135c3c89fcc2d2a523d0473a2ac5107bb47bd904 Author: Georg Koppen <gk@torproject.org> Date: Thu Jul 20 08:46:58 2017 +0000 Fixup: we don't install binutils for macOS (bug 22831) Found by boklm. --- gitian/descriptors/mac/gitian-webrtc.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/gitian/descriptors/mac/gitian-webrtc.yml b/gitian/descriptors/mac/gitian-webrtc.yml index c5f0509..4df2819 100644 --- a/gitian/descriptors/mac/gitian-webrtc.yml +++ b/gitian/descriptors/mac/gitian-webrtc.yml @@ -97,7 +97,6 @@ script: | GN_ARGS+=" is_clang=false use_sysroot=false" GN_ARGS+=" clang_use_chrome_plugins=false" GN_ARGS+=" clang_base_path=\"$HOME/build/clang\"" - GN_ARGS+=" gold_path=\"$INSTDIR/binutils/bin\"" # Avoid some dependencies. GN_ARGS+=" rtc_include_opus=false rtc_include_ilbc=false rtc_include_internal_audio_device=false" # Tests are needed for field_trial, metrics_default, and pc_test_utils targets
participants (1)
-
gk@torproject.org