File tree Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Original file line number Diff line number Diff line change 7
7
, iserv-proxy
8
8
, iserv-proxy-interpreter
9
9
, gmp
10
- # extra libraries. Their dlls are copied
11
- # when tests are run.
12
- , extra-test-libs ? [ ]
13
10
, hostPlatform
14
11
, symlinkJoin
15
12
} :
105
102
echo "================================================================================"
106
103
echo "RUNNING TESTS for $name via wine64"
107
104
echo "================================================================================"
108
- echo "Copying extra test libraries ..."
109
- for p in ${ lib . concatStringsSep " " extra-test-libs } ; do
110
- find "$p" -iname '*.dll' -exec cp {} . \;
111
- done
112
105
# copy all .dlls into the local directory.
113
106
# we ask ghc-pkg for *all* dynamic-library-dirs and then iterate over the unique set
114
107
# to copy over dlls as needed.
Original file line number Diff line number Diff line change @@ -49,8 +49,6 @@ final: prev:
49
49
# iserv-proxy needs to come from the buildPackages, as it needs to run on the
50
50
# build host.
51
51
inherit ( final . haskell-nix . iserv-proxy-exes . ${ config . compiler . nix-name } ) iserv-proxy iserv-proxy-interpreter ;
52
- # we need to use openssl.bin here, because the .dll's are in the .bin expression.
53
- # extra-test-libs = [ pkgs.rocksdb pkgs.openssl.bin pkgs.libffi pkgs.gmp ];
54
52
} // {
55
53
# we can perform testing of cross compiled test-suites by using wine.
56
54
# Therefore let's enable doCrossCheck here!
You can’t perform that action at this time.
0 commit comments