[tor-commits] [tor-browser/tor-browser-60.0.1esr-8.0-1] Bug 1457598 - Add MinGW and GCC scripts to the resources of fxc2 and nsis to ensure they get rebuilt. r=glandium, a=jcristau

gk at torproject.org gk at torproject.org
Thu Jun 14 12:19:10 UTC 2018


commit f00af23bb8832f6bdbfc29669a9f95730628cfeb
Author: Tom Ritter <tom at mozilla.com>
Date:   Wed May 16 12:59:23 2018 -0500

    Bug 1457598 - Add MinGW and GCC scripts to the resources of fxc2 and nsis to ensure they get rebuilt. r=glandium, a=jcristau
---
 taskcluster/ci/toolchain/linux.yml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/taskcluster/ci/toolchain/linux.yml b/taskcluster/ci/toolchain/linux.yml
index 3b9449c89828..93274257ee56 100755
--- a/taskcluster/ci/toolchain/linux.yml
+++ b/taskcluster/ci/toolchain/linux.yml
@@ -546,6 +546,9 @@ linux64-mingw32-nsis:
     run:
         using: toolchain-script
         script: build-mingw32-nsis.sh
+        resources:
+            - 'build/unix/build-gcc/build-gcc.sh'
+            - 'taskcluster/scripts/misc/build-gcc-mingw32.sh'
         toolchain-artifact: public/build/nsis.tar.xz
     toolchains:
         - linux64-mingw32-gcc
@@ -564,6 +567,9 @@ linux64-mingw32-fxc2:
     run:
         using: toolchain-script
         script: build-mingw32-fxc2.sh
+        resources:
+            - 'build/unix/build-gcc/build-gcc.sh'
+            - 'taskcluster/scripts/misc/build-gcc-mingw32.sh'
         toolchain-artifact: public/build/fxc2.tar.xz
     toolchains:
         - linux64-mingw32-gcc





More information about the tor-commits mailing list