File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 125125 packages . basement . configureFlags = [ "--hsc2hs-options=--cflag=-Wno-int-conversion" ] ;
126126 } )
127127 ( { pkgs , ... } : lib . mkIf pkgs . stdenv . hostPlatform . isMusl {
128+ # rubby fails to build with musl, hence we disable cddl tests
129+ packages . dmq-node . components . tests . dmq-cddl . build-tools = lib . mkForce [ ] ;
130+ packages . dmq-node . components . tests . dmq-cddl . doCheck = lib . mkForce false ;
131+ packages . ouroboros-network-protocols . components . tests . cddl . build-tools = lib . mkForce [ ] ;
132+ packages . ouroboros-network-protocols . components . tests . cddl . doCheck = lib . mkForce false ;
128133 packages . dmq-node . ghcOptions = with pkgs ; [
129134 "-L${ lib . getLib static-gmp } /lib"
130135 "-L${ lib . getLib static-libsodium-vrf } /lib"
You can’t perform that action at this time.
0 commit comments