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