Revert "ci: ignore distutil warnings"

Message ID 20220120163209.30603-1-jon.mason@arm.com
State New
Headers show
Series Revert "ci: ignore distutil warnings" | expand

Commit Message

Jon Mason Jan. 20, 2022, 4:32 p.m. UTC
This reverts commit 63cb70be72f48fcf25fff9738536d2251ff4cafd.
---
 ci/check-warnings | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Comments

Jon Mason Jan. 20, 2022, 5:50 p.m. UTC | #1
On Thu, 20 Jan 2022 11:32:09 -0500, Jon Mason wrote:
> This reverts commit 63cb70be72f48fcf25fff9738536d2251ff4cafd.

Applied, thanks!

[1/1] Revert "ci: ignore distutil warnings"
      commit: 8601ba85f7e54dc7f1b9266fe63f3987f5e308ce

Best regards,

Patch

diff --git a/ci/check-warnings b/ci/check-warnings
index 721f198..89ae955 100755
--- a/ci/check-warnings
+++ b/ci/check-warnings
@@ -7,8 +7,7 @@  set -e -u
 
 LOGFILE=$1
 
-LINES=$(grep --invert-match -e "attempting MIRRORS if available" -e "distutils-common-base.bbclass is deprecated" -e "distutils3.bbclass is deprecated" $LOGFILE | wc -l)
-
+LINES=$(grep --invert-match "attempting MIRRORS if available" $LOGFILE | wc -l)
 if test "$LINES" -ne 0; then
     echo ==============================
     echo The build had warnings/errors: