From 09d09314709103cbfca3b2e8a63acbb9ff5b1255 Mon Sep 17 00:00:00 2001 From: Ruben Rodriguez <ruben@trisquel.info> Date: Thu, 6 Apr 2017 05:44:17 -0400 Subject: [PATCH] Firefox: disable tests, as they are currently failing to build --- helpers/make-firefox | 3 +++ 1 file changed, 3 insertions(+) diff --git a/helpers/make-firefox b/helpers/make-firefox index 5eb66be9..9823fc63 100644 --- a/helpers/make-firefox +++ b/helpers/make-firefox @@ -256,6 +256,9 @@ debian/rules debian/control # Regenerate addon-sdk/moz.build ./mach generate-addon-sdk-moz-build +# Attempt to work around http://jenkins.trisquel.info:8085/job/signed-binaries/BUILDARCH=amd64/6809/consoleFull +sed 's/--enable-tests/--disable-tests/' -i debian/config/mozconfig.in + changelog "Rebranded for Trisquel" compile -- GitLab