mirror of
https://gitee.com/openharmony/third_party_benchmark
synced 2024-11-27 09:31:34 +00:00
Remove MinGW builder in preference of MinGW-w64.
The plain MinGW enviroment does not provide any threading supporting, including in the C++ STL. The MinGW-w64 enviroment does not have this problem. This patch removes the 32 bit bot since it's always going to fail.
This commit is contained in:
parent
a11fb69c89
commit
577baa0dbd
@ -22,10 +22,6 @@ environment:
|
||||
generator: "MinGW Makefiles"
|
||||
cxx_path: 'C:\mingw-w64\i686-5.3.0-posix-dwarf-rt_v4-rev0\mingw32\bin'
|
||||
|
||||
- compiler: gcc-4.9.3-posix
|
||||
generator: "MinGW Makefiles"
|
||||
cxx_path: 'C:\MinGW\bin'
|
||||
|
||||
matrix:
|
||||
fast_finish: true
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user