From 72d6cda11b2555cb3428dfee84edcfc637ebe7f0 Mon Sep 17 00:00:00 2001 From: realbigsean Date: Mon, 5 Jun 2023 09:54:19 -0400 Subject: [PATCH] Revert "Temporarily allow Rust check warnings on 4844 branch. (#4088)" (#4373) This reverts commit fa9baab0f7e534a38bbee27ceafb222b4a9f3b7f. --- .github/workflows/test-suite.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test-suite.yml b/.github/workflows/test-suite.yml index 1683fe7ef..32643b147 100644 --- a/.github/workflows/test-suite.yml +++ b/.github/workflows/test-suite.yml @@ -12,8 +12,7 @@ on: env: # Deny warnings in CI # Disable debug info (see https://github.com/sigp/lighthouse/issues/4005) - # FIXME: temporarily allow warnings on 4844 branch. Revert to original later: RUSTFLAGS: "-D warnings -C debuginfo=0" - RUSTFLAGS: "-C debuginfo=0" + RUSTFLAGS: "-D warnings -C debuginfo=0" # The Nightly version used for cargo-udeps, might need updating from time to time. PINNED_NIGHTLY: nightly-2023-04-16 # Prevent Github API rate limiting.