Conversation
ebc0afd to
8f20404
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #5596 +/- ##
=========================================
- Coverage 78.8% 78.8% -0.0%
=========================================
Files 814 814
Lines 71205 71204 -1
Branches 8330 8352 +22
=========================================
- Hits 56111 56085 -26
- Misses 15094 15119 +25 🚀 New features to boost your workflow:
|
a61b2f5 to
ba161cf
Compare
There was a problem hiding this comment.
Can you pls add a subsection under https://github.com/XRPLF/rippled/blob/develop/CONTRIBUTING.md#instructions-for-maintainers how to update this file when we bump some dependency ?
.github/workflows/nix.yml
Outdated
| container: ghcr.io/xrplf/ci/debian-bookworm:clang-16 | ||
|
|
||
| env: | ||
| CONAN_URL: http://18.143.149.228:8081/artifactory/api/conan/dev |
There was a problem hiding this comment.
shouldn't this be https, with actual DNS name ?
There was a problem hiding this comment.
actually, I think this belongs to a different PR, one which also removes external Conan overrides, and corresponding conan export from workflows and from BUILD.md ?
There was a problem hiding this comment.
shouldn't this be https, with actual DNS name ?
Wasn't pointing to the correct place at the time. It should be working now.
There was a problem hiding this comment.
This one can be removed since it's already defined in the top-level env:.
.github/workflows/nix.yml
Outdated
| container: ghcr.io/xrplf/ci/debian-bookworm:clang-16 | ||
|
|
||
| env: | ||
| CONAN_URL: http://18.143.149.228:8081/artifactory/api/conan/dev |
There was a problem hiding this comment.
shouldn't this be https, with actual DNS name ?
Wasn't pointing to the correct place at the time. It should be working now.
.github/workflows/nix.yml
Outdated
| # to pollute conan/profiles directory with settings which might not work for others | ||
| env: | ||
| build_dir: .build | ||
| CONAN_URL: http://18.143.149.228:8081/artifactory/api/conan/dev |
There was a problem hiding this comment.
Can this be changed to https://conan.ripplex.io now?
.github/workflows/nix.yml
Outdated
| container: ghcr.io/xrplf/ci/debian-bookworm:clang-16 | ||
|
|
||
| env: | ||
| CONAN_URL: http://18.143.149.228:8081/artifactory/api/conan/dev |
There was a problem hiding this comment.
This one can be removed since it's already defined in the top-level env:.
ba161cf to
0da5bc9
Compare
| generator. Pass `--help` to see the rest of the command line options. | ||
|
|
||
|
|
||
| #### Conan lockfile |
There was a problem hiding this comment.
Well, I've seen this before.
No, I've written this before 😃
https://github.com/XRPLF/clio/blob/develop/docs/build-clio.md#conan-lockfile
There was a problem hiding this comment.
Why mess with perfection?
0da5bc9 to
a441887
Compare
a441887 to
8c711f3
Compare
| - [Python 3.7](https://www.python.org/downloads/) | ||
| - [Conan 1.60](https://conan.io/downloads.html)[^1] | ||
| - [CMake 3.16](https://cmake.org/download/) | ||
| - [Conan 2](https://conan.io/downloads.html) | ||
| - [CMake 3.22](https://cmake.org/download/) |
There was a problem hiding this comment.
I would suggest to not make any changes here, as #5478 is already making them.
Adds a conan.lock file to freeze
rippled's dependencies..gitignore, formatting, dropping support for older tooling)