Move code in daml-tools outside of daml-foundations (#2033)

This commit is contained in:
Moritz Kiefer 2019-07-08 11:40:48 +02:00 committed by Gary Verhaegen
parent 1a7d83c7e8
commit 0743b0e47c

View File

@ -8,7 +8,7 @@ export RULES_HASKELL_EXEC_ROOT=$PWD/
ENV_FILE=$(mktemp)
ARGS_FILE=$(mktemp)
bazel build //compiler/hie-core:hie-core-exe >/dev/null 2>&1
bazel run --define hie_bios_ghci=True //daml-foundations/daml-tools/damlc-app:damlc-app@ghci -- "$ENV_FILE" "$ARGS_FILE" >/dev/null 2>&1
bazel run --define hie_bios_ghci=True //compiler/damlc:damlc@ghci -- "$ENV_FILE" "$ARGS_FILE" >/dev/null 2>&1
source "$ENV_FILE"
export HIE_BIOS_ARGS="$ARGS_FILE"
./bazel-bin/compiler/hie-core/hie-core-exe $@