mirror of
https://github.com/boostorg/unordered.git
synced 2025-05-09 23:23:59 +00:00
Disable tests using Boost.Process under MinGW as well
This commit is contained in:
parent
ad4f00a825
commit
6067d9e515
@ -307,6 +307,7 @@ for local container in $(MMAP_CONTAINERS)
|
||||
<toolset>gcc-4.8:<build>no # Boost.Process does not compile
|
||||
<toolset>gcc-4.9:<build>no # ditto
|
||||
<target-os>cygwin:<build>no
|
||||
<toolset>gcc,<target-os>windows:<build>no # Process on MinGW on Appveyor doesn't compile
|
||||
: foa_mmap_$(container)_tests ;
|
||||
}
|
||||
|
||||
@ -411,6 +412,7 @@ rule make_cfoa_interprocess_concurrency_tests ( name : defines ? )
|
||||
<toolset>gcc-4.8:<build>no # idem
|
||||
<toolset>gcc-4.9:<build>no # idem
|
||||
<target-os>cygwin:<build>no
|
||||
<toolset>gcc,<target-os>windows:<build>no # Process on MinGW on Appveyor doesn't compile
|
||||
<library>/boost/filesystem//boost_filesystem
|
||||
<library>/boost/interprocess//boost_interprocess
|
||||
<library>/boost/process//boost_process
|
||||
|
Loading…
x
Reference in New Issue
Block a user