Skip to content
Snippets Groups Projects
Commit 3f3662e4 authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

drop these test-related changes

parent 99d73440
No related branches found
No related tags found
1 merge request!22Ristretto-flavored PrivacyPass
......@@ -118,10 +118,6 @@ jobs:
# --no-terminal avoids having fancy progress reports written to
# stdout.
#
# --interleaved-output dumps realtime output on build progress.
# This may help avoid timeouts when building large packages (eg
# stripe-core).
#
# --fast turns off compiler optimizations which probably doesn't
# make a lot of difference in our code but it can speed up build
# times for our dependencies (as well as reduce compiler memory
......@@ -132,7 +128,6 @@ jobs:
# --no-haddock-deps skips building docs for all our dependencies.
BUILD="stack build \
--no-terminal \
--interleaved-output \
--fast \
--haddock \
--haddock-internal \
......
......@@ -39,7 +39,6 @@ packages:
# (e.g., acme-missiles-0.3)
extra-deps:
- "stripe-core-2.5.0"
- "tasty-wai-0.1.1.0@sha256:44377c82bf1523c972fa361ea3d708fc423978dafc1d3bf2c6d9a2571ec69a08"
# Override default flag values for local packages and extra-deps
# flags: {}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment