Skip to content

Commit

Permalink
Update libxrl to rc3 and rename jobs to be more descriptive (#107)
Browse files Browse the repository at this point in the history
* rename jobs

* Update for rc3
  • Loading branch information
legleux authored May 23, 2024
1 parent 45588a6 commit daf2285
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
version: 14
cc: /usr/bin/clang-14
cxx: /usr/bin/clang++-14
name: ${{ matrix.compiler }}-${{ matrix.profile.version }} - ${{ matrix.configuration }}
name: Dependencies ${{ matrix.compiler }}-${{ matrix.profile.version }} - ${{ matrix.configuration }}
# runs-on: [self-hosted, x-heavy] # TODO: Use self-host when https://ripplelabs.atlassian.net/browse/RXIT-210 resolved
runs-on: ubuntu-latest
container: rippleci/rippled-build-ubuntu:aaf5e3e
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
- Release
cmake-args:
- ""
name: Test ${{ matrix.compiler }}-${{ matrix.configuration }}
name: Build & Test ${{ matrix.compiler }}-${{ matrix.configuration }}
needs: dependencies
# runs-on: [self-hosted, x-heavy] # TODO: Use self-host when https://ripplelabs.atlassian.net/browse/RXIT-210 resolved
runs-on: ubuntu-20.04
Expand Down
2 changes: 1 addition & 1 deletion conanfile.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[requires]
fmt/10.1.1
openssl/1.1.1u
xrpl/2.2.0-b2
xrpl/2.2.0-rc3
soci/4.0.3

[generators]
Expand Down
2 changes: 1 addition & 1 deletion src/xbwd/app/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#include <ripple/beast/core/CurrentThreadName.h>
#include <ripple/beast/core/SemanticVersion.h>
#include <ripple/beast/unit_test.h>
#include <ripple/beast/unit_test/dstream.hpp>
#include <ripple/beast/unit_test/dstream.h>
#include <ripple/beast/utility/Journal.h>
#include <ripple/json/json_reader.h>
#include <ripple/json/json_value.h>
Expand Down

0 comments on commit daf2285

Please sign in to comment.