From 816a713d44519a2590398f3786ec38e2d9c9158e Mon Sep 17 00:00:00 2001 From: Iulian Moraru Date: Thu, 21 Sep 2023 00:40:51 +0300 Subject: [PATCH] Backed out changeset 4d416c08d583 (bug 1853091) bug 1853874 fixed the actual underlying issue. --- taskcluster/ci/diffoscope/artifacts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/taskcluster/ci/diffoscope/artifacts.yml b/taskcluster/ci/diffoscope/artifacts.yml index ab8b91d6f27a..f798dde3484a 100644 --- a/taskcluster/ci/diffoscope/artifacts.yml +++ b/taskcluster/ci/diffoscope/artifacts.yml @@ -7,7 +7,7 @@ job-defaults: fail-on-diff: true pre-diff-commands: # jogfile.json is only created in artifact builds. - - rm -f b/"$RESOURCE_DIR"/jogfile.json + - rm b/"$RESOURCE_DIR"/jogfile.json # Remove noise from differences in line numbers in preprocessor output # due to #if/#else branches. - sed -i '/^\/\/@line /d' {a,b}/"$RESOURCE_DIR"/browser/defaults/preferences/firefox.js