Skip to content

Commit

Permalink
fixup! WIP: Hydra builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
krisajenkins committed Feb 9, 2019
1 parent b8ed578 commit 235d8d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bazel.nix
Expand Up @@ -199,7 +199,7 @@ let
buildPhase = ''
# bazel build --color=no --curses=no --remote_http_cache=http://34.243.81.23:80 --sandbox_debug --verbose_failures //...
bazel build --color=no --curses=no --sandbox_debug --verbose_failures //language-plutus-core
bazel build --color=no --curses=no --sandbox_debug --verbose_failures //plutus-playground/plutus-playground-server/plutus-playground-server-app
bazel build --color=no --curses=no --sandbox_debug --verbose_failures //plutus-playground/plutus-playground-server:plutus-playground-server-app
'';
installPhase = ''
mkdir -p $out/bin
Expand Down

0 comments on commit 235d8d0

Please sign in to comment.