File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 324324 '' )
325325 ] ;
326326 } )
327+
328+ ( { lib , pkgs , config , ... } : lib . mkIf pkgs . hostPlatform . isMacOS {
329+ # PostgreSQL tests fail in Hydra on MacOS with:
330+ #
331+ # FATAL: could not create shared memory segment: No space left on device
332+ # DETAIL: Failed system call was shmget(key=639754676, size=56, 03600).
333+ # HINT: This error does *not* mean that you have run out of disk space.
334+ # It occurs either if all available shared memory IDs have been taken,
335+ # in which case you need to raise the SHMMNI parameter in your kernel,
336+ # or because the system's overall limit for shared memory has been reached.
337+ #
338+ # So disable them for now
339+ packages . cardano-chain-gen . components . tests . cardano-chain-gen . doCheck = false ;
340+ packages . cardano-db . components . tests . test-db . doCheck = false ;
341+ } )
327342 ] ;
328343 } ) ) . appendOverlays [
329344 # Collect local package `exe`s
You can’t perform that action at this time.
0 commit comments