Last active
June 30, 2023 16:25
-
-
Save legleux/c96a3bf87c598b482d2e25059dd43e95 to your computer and use it in GitHub Desktop.
VS2022 Results
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ERROR: Conflict in googleapis/cci.20220711: | |
'googleapis/cci.20220711' requires 'protobuf/3.21.4' while 'grpc-proto/cci.20220627' requires 'protobuf/3.21.9'. | |
To fix this conflict you need to override the package 'protobuf' in your root package. | |
commit 124df5c64b334f8cb0916c3ce20a7d8288ed85d9 (HEAD -> deps, john/deps) | |
Merge: f52a02fccf 54afdaa101 | |
Author: John Freeman <jfreeman08@gmail.com> | |
Date: Thu Jun 29 18:39:26 2023 -0500 | |
Merge branch develop | |
Snappy recipe fixed | |
Configuration for profile msvc-14.3-Release: | |
[settings] | |
os=Windows | |
os_build=Windows | |
arch=x86_64 | |
arch_build=x86_64 | |
compiler=Visual Studio | |
compiler.version=17 | |
compiler.runtime=MT | |
build_type=Release | |
compiler.cppstd=20 | |
conan export external/snappy snappy/1.1.10@ | |
conan install . --output-folder build-Release --build missing -pr msvc-14.3-Release | |
cd build-Release | |
cmake -DCMAKE_TOOLCHAIN_FILE:FILEPATH=build/generators/conan_toolchain.cmake . | |
cmake --build . --parallel 14 --config Release | |
./build-Release/Release/rippled.exe --unittest | |
... | |
613.6s, 208 suites, 1719 cases, 619985 tests total, 0 failures | |
Configuration for profile msvc-14.3-Debug: | |
[settings] | |
os=Windows | |
os_build=Windows | |
arch=x86_64 | |
arch_build=x86_64 | |
compiler=Visual Studio | |
build_type=Debug | |
compiler.version=17 | |
compiler.runtime=MTd | |
compiler.cppstd=20 | |
conan install . --output-folder build-Debug --build missing -pr msvc-14.3-Debug | |
cmake . -B build-Debug -DCMAKE_TOOLCHAIN_FILE:FILEPATH=build/generators/conan_toolchain.cmake | |
cmake --build build-Debug --parallel 14 --config Debug | |
Longest suite times: | |
605.3s ripple.tx.NFToken | |
342.6s ripple.tx.NFTokenBurn | |
166.4s ripple.tx.Offer | |
134.9s ripple.app.TheoreticalQuality | |
131.8s ripple.app.ShardArchiveHandler | |
117.5s ripple.tx.NFTokenDir | |
90.5s ripple.tx.ReducedOffer | |
72.4s ripple.app.ReportingETL | |
50.5s ripple.app.AccountDelete | |
41.3s ripple.app.ValidatorSite | |
2282.5s, 208 suites, 1719 cases, 619982 tests total, 0 failures |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment