From 445f39a14b9c1f38f1254813e4330ef0d8618b4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20Cobos=20=C3=81lvarez?= Date: Thu, 5 Dec 2019 17:03:29 +0000 Subject: [PATCH] Bug 1600735 - Make debug fuzzing builds use gcc 8. r=froydnj GCC8 happens not to generate the code that causes the crash, so do that for now to unblock fuzzers from hitting this. We still need to figure out what to do about the more general issue of course... Differential Revision: https://phabricator.services.mozilla.com/D55985 --HG-- extra : moz-landing-system : lando --- taskcluster/ci/build/linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/taskcluster/ci/build/linux.yml b/taskcluster/ci/build/linux.yml index c1c29ec33ffb..38ad17880b84 100644 --- a/taskcluster/ci/build/linux.yml +++ b/taskcluster/ci/build/linux.yml @@ -106,7 +106,7 @@ linux64-fuzzing/debug: fetches: toolchain: - linux64-clang - - linux64-gcc + - linux64-gcc-8 - linux64-cbindgen - linux64-sccache - linux64-rust