1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-09 03:56:01 +01:00

Merge pull request #13071 from NixOS/mergify/bp/2.28-maintenance/pr-13070

Don't build MonitorFdHup test on Windows (backport #13070)
This commit is contained in:
mergify[bot] 2025-04-23 18:50:06 +00:00 committed by GitHub
commit 06cc94432e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,3 +1,5 @@
#ifndef _WIN32
# include "nix/util/util.hh"
# include "nix/util/monitor-fd.hh"
@ -16,3 +18,5 @@ TEST(MonitorFdHup, shouldNotBlock)
}
}
}
#endif