trigger upstream CI

This commit is contained in:
Chaoya Li 2021-07-21 08:43:45 +08:00
parent 98ac25b2ce
commit db0287d2ef

View File

@ -1657,3 +1657,4 @@ Some tests change the installed files and hence make the whole process not repro
Note you need to call `cmake -LE "not_reproducible|git_required"` to exclude both labels. See [issue #2596](https://github.com/nlohmann/json/issues/2596) for more information.
As Intel compilers use unsafe floating point optimization by default, the unit tests may fail. Use flag [`/fp:precise`](https://software.intel.com/content/www/us/en/develop/documentation/cpp-compiler-developer-guide-and-reference/top/compiler-reference/compiler-options/compiler-option-details/floating-point-options/fp-model-fp.html) then.