Remove FIRRTL_LOGLEVEL dead make variable
This commit is contained in:
2
.github/scripts/remote-do-rtl-build.sh
vendored
2
.github/scripts/remote-do-rtl-build.sh
vendored
@@ -53,5 +53,5 @@ do
|
|||||||
export COURSIER_CACHE=$REMOTE_COURSIER_CACHE
|
export COURSIER_CACHE=$REMOTE_COURSIER_CACHE
|
||||||
export JVM_MEMORY=10G
|
export JVM_MEMORY=10G
|
||||||
export JAVA_TMP_DIR=$REMOTE_JAVA_TMP_DIR
|
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
|
done
|
||||||
|
|||||||
@@ -9,7 +9,6 @@ HELP_COMPILATION_VARIABLES = \
|
|||||||
" SBT_OPTS = set additional sbt command line options (these take the form -Dsbt.<option>=<setting>) " \
|
" SBT_OPTS = set additional sbt command line options (these take the form -Dsbt.<option>=<setting>) " \
|
||||||
" See https://www.scala-sbt.org/1.x/docs/Command-Line-Reference.html\#Command+Line+Options" \
|
" See https://www.scala-sbt.org/1.x/docs/Command-Line-Reference.html\#Command+Line+Options" \
|
||||||
" SBT = if overridden, used to invoke sbt (default is to invoke sbt by sbt-launch.jar)" \
|
" SBT = if overridden, used to invoke sbt (default is to invoke sbt by sbt-launch.jar)" \
|
||||||
" FIRRTL_LOGLEVEL = if overridden, set firrtl log level (default is error)"
|
|
||||||
|
|
||||||
HELP_PROJECT_VARIABLES = \
|
HELP_PROJECT_VARIABLES = \
|
||||||
" SUB_PROJECT = use the specific subproject default variables [$(SUB_PROJECT)]" \
|
" SUB_PROJECT = use the specific subproject default variables [$(SUB_PROJECT)]" \
|
||||||
@@ -258,8 +257,6 @@ define run_sbt_assembly
|
|||||||
cd $(base_dir) && $(SBT) ";project $(1); set assembly / assemblyOutputPath := file(\"$(2)\"); assembly" && touch $(2)
|
cd $(base_dir) && $(SBT) ";project $(1); set assembly / assemblyOutputPath := file(\"$(2)\"); assembly" && touch $(2)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
FIRRTL_LOGLEVEL ?= error
|
|
||||||
|
|
||||||
#########################################################################################
|
#########################################################################################
|
||||||
# output directory for tests
|
# output directory for tests
|
||||||
#########################################################################################
|
#########################################################################################
|
||||||
|
|||||||
Reference in New Issue
Block a user