Skip to content

Commit

Permalink
Merge branch 'kwxm/turn-off-cost-model-tests' of github.com:input-out…
Browse files Browse the repository at this point in the history
…put-hk/plutus into kwxm/turn-off-cost-model-tests
  • Loading branch information
kwxm committed Feb 25, 2021
2 parents b0c3158 + c3d3b13 commit 77479d1
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions nix/pkgs/haskell/haskell.nix
Expand Up @@ -92,11 +92,12 @@ let
platforms = lib.platforms.linux;
};

plutus-core.components.benchmarks.plutus-core-create-cost-model = {
build-tools = r-packages;
# Seems to be broken on darwin for some reason
platforms = lib.platforms.linux;
};
# Temporarily removed due to CI problems
# plutus-core.components.benchmarks.plutus-core-create-cost-model = {
# build-tools = r-packages;
# # Seems to be broken on darwin for some reason
# platforms = lib.platforms.linux;
# };

marlowe-actus.components.exes.marlowe-shiny = {
build-tools = r-packages;
Expand Down

0 comments on commit 77479d1

Please sign in to comment.