Skip to content
Snippets Groups Projects
Verified Commit 23b680d2 authored by Bryan R's avatar Bryan R
Browse files

Guard eventlog processing with its own env var

NIGHTLY was the wrong choice. Create new one EVENTLOGGING.
parent 00774737
No related branches found
No related tags found
No related merge requests found
......@@ -67,7 +67,7 @@ ONLY_PACKAGES=( $ONLY_PACKAGES )
export EVENTLOG_DIR="$(pwd)/run/eventlogs"
mkdir -p $EVENTLOG_DIR
if [[ -v NIGHTLY ]]; then
if [[ -v EVENTLOGGING ]]; then
LOGGING_GHC="$(pwd)/logging-ghc"
LOGGING_OPTION="--logging-wrapper=$LOGGING_GHC"
else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment