Skip to content

Commit

Permalink
Add ogmios flags
Browse files Browse the repository at this point in the history
  • Loading branch information
klarkc committed Feb 19, 2024
1 parent ca484c9 commit 359b1ee
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions nix/project.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,15 @@
inputMap = {
"https://input-output-hk.github.io/cardano-haskell-packages" = inputs.iogx.inputs.CHaP;
};
modules = [
{
# FIXME ogmios unit tests are not passing
packages.ogmios.components.tests.unit.doCheck = false;
}
];
#sha256map = {};
modules = [{
packages.cryptonite.flags.support_rdrand = false;
packages.bitvec.flags.simd = false;
packages.quickcheck-state-machine.flags.no-vendored-treediff = true;
packages.text.flags.simdutf = false;
packages.formatting.flags.no-double-conversion = true;
# FIXME ogmios unit tests are not passing
packages.ogmios.components.tests.unit.doCheck = false;
}];
};
}

0 comments on commit 359b1ee

Please sign in to comment.