From b9339efd862df25d7dc61b3e18229b2de56ff3d3 Mon Sep 17 00:00:00 2001 From: Jerry Zhao Date: Mon, 29 Apr 2024 19:18:54 -0700 Subject: [PATCH] Remove FIRRTL_LOGLEVEL dead make variable --- .github/scripts/remote-do-rtl-build.sh | 2 +- variables.mk | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/scripts/remote-do-rtl-build.sh b/.github/scripts/remote-do-rtl-build.sh index 9cbc8531..7a988840 100755 --- a/.github/scripts/remote-do-rtl-build.sh +++ b/.github/scripts/remote-do-rtl-build.sh @@ -53,5 +53,5 @@ do export COURSIER_CACHE=$REMOTE_COURSIER_CACHE export JVM_MEMORY=10G export JAVA_TMP_DIR=$REMOTE_JAVA_TMP_DIR - make -j$REMOTE_MAKE_NPROC -C $REMOTE_MAKE_DIR FIRRTL_LOGLEVEL=info ${mapping[$key]} + make -j$REMOTE_MAKE_NPROC -C $REMOTE_MAKE_DIR ${mapping[$key]} done diff --git a/variables.mk b/variables.mk index 2511c23a..58cc85c4 100644 --- a/variables.mk +++ b/variables.mk @@ -9,7 +9,6 @@ HELP_COMPILATION_VARIABLES = \ " SBT_OPTS = set additional sbt command line options (these take the form -Dsbt.