From 412580c71b61e4feebde5f707b3653da9980579b Mon Sep 17 00:00:00 2001 From: Kartikaya Gupta Date: Mon, 2 Mar 2020 08:49:40 -0500 Subject: [PATCH] Re-enable deny warnings --- .taskcluster.yml | 28 ++++------------------------ 1 file changed, 4 insertions(+), 24 deletions(-) diff --git a/.taskcluster.yml b/.taskcluster.yml index 3a874006e1..56601d905e 100644 --- a/.taskcluster.yml +++ b/.taskcluster.yml @@ -64,12 +64,7 @@ tasks: image: 'staktrace/webrender-test:debian-v3' env: RUST_BACKTRACE: 'full' - ############################################################# - ### Temporarily disable until https://bugzil.la/1564873 lands - ### in order to unblock https://bugzil.la/1575648 (which is - ### time-critical) - # RUSTFLAGS: '--deny warnings' - ############################################################# + RUSTFLAGS: '--deny warnings' command: - /bin/bash - '--login' @@ -96,12 +91,7 @@ tasks: image: 'staktrace/webrender-test:debian-v3' env: RUST_BACKTRACE: 'full' - ############################################################# - ### Temporarily disable until https://bugzil.la/1564873 lands - ### in order to unblock https://bugzil.la/1575648 (which is - ### time-critical) - # RUSTFLAGS: '--deny warnings' - ############################################################# + RUSTFLAGS: '--deny warnings' command: - /bin/bash - '--login' @@ -145,12 +135,7 @@ tasks: source $HOME/servotidy-venv/bin/activate servo-tidy export RUST_BACKTRACE=full - ############################################################# - ### Temporarily disable until https://bugzil.la/1564873 lands - ### in order to unblock https://bugzil.la/1575648 (which is - ### time-critical) - # export RUSTFLAGS='--deny warnings' - ############################################################# + export RUSTFLAGS='--deny warnings' export PKG_CONFIG_PATH="/usr/local/opt/zlib/lib/pkgconfig:$PKG_CONFIG_PATH" echo 'exec make -j1 "$@"' > $HOME/make # See #2638 chmod +x $HOME/make @@ -179,12 +164,7 @@ tasks: source $HOME/servotidy-venv/bin/activate servo-tidy export RUST_BACKTRACE=full - ############################################################# - ### Temporarily disable until https://bugzil.la/1564873 lands - ### in order to unblock https://bugzil.la/1575648 (which is - ### time-critical) - # export RUSTFLAGS='--deny warnings' - ############################################################# + export RUSTFLAGS='--deny warnings' export PKG_CONFIG_PATH="/usr/local/opt/zlib/lib/pkgconfig:$PKG_CONFIG_PATH" echo 'exec make -j1 "$@"' > $HOME/make # See #2638 chmod +x $HOME/make