Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to latest SOCI commit #3024

Closed
wants to merge 16 commits into from
Closed

Update to latest SOCI commit #3024

wants to merge 16 commits into from

Conversation

mellery451
Copy link
Contributor

...fixes a build issue when using boost 1.69+ (see SOCI/soci#714). Only tip of this branch needs to be reviewed (one line change)

miguelportilla and others added 16 commits August 4, 2019 20:01
- Update Docker image to Boost 1.70
- Bust dependency cache
- Pass `Boost_NO_BOOST_CMAKE` to CMake
This commit allows server operators to reserve slots for specific
peers (identified by the peer's public node identity) and to make
changes to the reservations while the server is operating.

This commit closes #2938
FIXES: #2527

* define custom docker image for travis-linux builds based on
  package build image
* add macos builds
* add windows builds (currently allowed to fail)
* improve build and shell scripts as required for the CI envs
* add asio timer latency workaround
* omit several manual tests from TravisCI which cause memory exhaustion
* Use enums for StrandDirection, DebtDirection, and QualityDirection
- Remove references to nodestore ledger index. This was removed
  in f946d7b.
@ripplelabs-jenkins
Copy link
Collaborator

Jenkins Build Summary

Built from this commit

Built at 20190807 - 01:08:47

Test Results

Build Type Log Result Status
msvc.Debug logfile 1178 cases, 0 failed, t: 594s PASS ✅
msvc.Debug,
NINJA_BUILD=true
logfile 1178 cases, 0 failed, t: 612s PASS ✅
msvc.Debug
-Dunity=OFF
logfile 1177 cases, 0 failed, t: 1152s PASS ✅
msvc.Release logfile 1178 cases, 0 failed, t: 420s PASS ✅
gcc.Release
-Dassert=ON,
MANUAL_TESTS=true
logfile 915 cases, 0 failed, t: 5m9s PASS ✅
gcc.Debug
-Dcoverage=ON,
TARGET=coverage_report,
SKIP_TESTS=true
logfile 1178 cases, 0 failed, t: 18m36s PASS ✅
docs,
TARGET=docs
logfile 1 cases, 0 failed, t: 0m1s PASS ✅
clang.Debug logfile no test results, t: 12s [BAD EXIT] FAIL 🔴
clang.Debug
-Dunity=OFF
logfile no test results, t: 5s [BAD EXIT] FAIL 🔴
gcc.Debug logfile 1178 cases, 0 failed, t: 3m3s PASS ✅
gcc.Debug
-Dunity=OFF
logfile 1177 cases, 0 failed, t: 12m52s PASS ✅
clang.Release
-Dassert=ON
logfile no test results, t: 16s [BAD EXIT] FAIL 🔴
gcc.Release
-Dassert=ON
logfile 1178 cases, 0 failed, t: 5m4s PASS ✅
gcc.Debug
-Dstatic=OFF
logfile 1178 cases, 0 failed, t: 3m1s PASS ✅
gcc.Debug
-Dstatic=OFF -DBUILD_SHARED_LIBS=ON
logfile 1178 cases, 0 failed, t: 3m2s PASS ✅
gcc.Debug,
NINJA_BUILD=true
logfile 1178 cases, 0 failed, t: 2m59s PASS ✅
clang.Debug
-Dunity=OFF -Dsan=address,
PARALLEL_TESTS=false,
DEBUGGER=false
logfile no test results, t: 6s [BAD EXIT] FAIL 🔴
clang.Debug
-Dunity=OFF -Dsan=undefined,
PARALLEL_TESTS=false
logfile no test results, t: 6s [BAD EXIT] FAIL 🔴

@nbougalis nbougalis mentioned this pull request Aug 15, 2019
@mellery451 mellery451 deleted the soci-latest branch August 19, 2019 17:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet