Ayaz Salikhov
|
067449c3f8
|
chore: Install latest Ninja in images (#2813)
|
2025-11-26 13:54:19 +00:00 |
|
Ayaz Salikhov
|
c117f470f2
|
ci: Install pre-commit in the main CI image as well (#2744)
|
2025-10-30 14:32:23 +00:00 |
|
Ayaz Salikhov
|
cecf082952
|
chore: Update tooling in Docker images (#2737)
|
2025-10-30 14:04:05 +00:00 |
|
Ayaz Salikhov
|
1e2f4b5ca2
|
chore: Add separate pre-commit image (#2677)
|
2025-10-07 14:23:49 +01:00 |
|
Ayaz Salikhov
|
384e79cd32
|
chore: Rename conan remote in Dockerfie (#2536)
|
2025-09-05 15:57:18 +01:00 |
|
Ayaz Salikhov
|
b8c298b734
|
chore: Update Conan to 2.20.1 (#2509)
|
2025-09-04 14:01:34 +01:00 |
|
Ayaz Salikhov
|
0e8896ad06
|
ci: Use Python 3.13 in CI docker image (#2493)
|
2025-09-01 16:16:22 +01:00 |
|
Michael Legleux
|
8ad111655c
|
ci: Add dependencies for Debian packages (#2436)
A few additional tools are required during Debian package generation.
|
2025-08-14 11:07:46 -07:00 |
|
Ayaz Salikhov
|
0d262e74bc
|
chore: Add GDB to docker image (#2429)
|
2025-08-13 13:49:24 +01:00 |
|
Ayaz Salikhov
|
a446d85297
|
chore: Enable CMake 4 support (#2387)
|
2025-08-04 15:18:21 +01:00 |
|
Ayaz Salikhov
|
4948882545
|
chore: Use artifactory DNS name (#2363)
|
2025-07-25 12:56:59 +01:00 |
|
Ayaz Salikhov
|
1b63c3c315
|
chore: Don't hardcode gcc version in ci/Dockerfile (#2337)
|
2025-07-17 15:52:51 +01:00 |
|
Ayaz Salikhov
|
a8e61204da
|
chore: Don't hardcode xrplf repo when building docker images (#2336)
|
2025-07-16 13:46:33 +01:00 |
|
Ayaz Salikhov
|
12640de22d
|
ci: Build tools image separately for different archs (#2302)
|
2025-07-08 17:59:52 +01:00 |
|
Ayaz Salikhov
|
687b1e8887
|
chore: Don't hardcode versions in Dockerfiles and workflows (#2291)
|
2025-07-03 11:53:53 +01:00 |
|
Ayaz Salikhov
|
18b8fc7e5c
|
ci: Update LLVM tools to v20 (#2278)
Trying in https://github.com/XRPLF/clio/pull/2280
|
2025-07-02 14:55:54 +01:00 |
|
Ayaz Salikhov
|
8fcc2dfa19
|
fix: Pin lxml<6.0.0 (#2269)
|
2025-06-27 18:56:14 +01:00 |
|
Ayaz Salikhov
|
67b27ee344
|
fix: Update CI image to provide global.conf for sanitizers to affect … (#2233)
…package_id
|
2025-06-17 18:45:41 +01:00 |
|
Ayaz Salikhov
|
276477c494
|
feat: Build GCC natively and then merge the image (#2212)
|
2025-06-12 15:48:10 +01:00 |
|
Ayaz Salikhov
|
e44a058b13
|
chore: Don't flex and don't install bison in CI image (#2210)
Test in: https://github.com/XRPLF/clio/pull/2211
|
2025-06-11 17:57:00 +01:00 |
|
Ayaz Salikhov
|
cec8b29998
|
ci: Update CI image to use Conan 2 (#2178)
I pushed this image to my fork, and will use it to test everything works
|
2025-06-06 19:37:43 +01:00 |
|
Ayaz Salikhov
|
50851aed16
|
chore: Use gcc from Docker Hub for now (#2194)
|
2025-06-06 13:02:37 +01:00 |
|
Ayaz Salikhov
|
588ed91d1b
|
feat: New docker images structure, tools image (#2185)
|
2025-06-05 15:11:10 +01:00 |
|
Ayaz Salikhov
|
19257f8aa9
|
style: Beautify installation lists in Dockerfile (#2172)
Needed for: https://github.com/XRPLF/clio/pull/2168
|
2025-06-02 11:48:37 +01:00 |
|
Ayaz Salikhov
|
c7600057bc
|
ci: Install zip in Dockerfile (#2176)
|
2025-06-02 11:42:25 +01:00 |
|
Ayaz Salikhov
|
7dee6413ae
|
feat: Add hadolint docker pre-commit hook (#2135)
|
2025-05-19 12:50:06 +01:00 |
|
Ayaz Salikhov
|
76ec9ccb0b
|
ci: Install git-cliff to generate changelog (#2136)
|
2025-05-19 09:08:58 +01:00 |
|
Ayaz Salikhov
|
c774a40a59
|
ci: Install ClangBuildAnalyzer in the ci image (#2071)
|
2025-05-01 18:49:57 +01:00 |
|
Ayaz Salikhov
|
de055934e1
|
chore: Use only pre-commit hooks (#2057)
Co-authored-by: Maria Shodunke <maria-robobug@users.noreply.github.com>
|
2025-04-29 18:18:42 +01:00 |
|
Ayaz Salikhov
|
9b83eb4033
|
style: Add C++ pre-commit hooks (#2039)
|
2025-04-29 15:12:38 +01:00 |
|
Ayaz Salikhov
|
7c55529c90
|
chore: Capitalize Dockerfile to add support of tools (#2045)
For example, there is not syntax highlighting in GitHub, because file is
named `dockerfile` (and not Dockerfile), for example:
https://github.com/XRPLF/clio/blob/release/2.4.0/docker/ci/dockerfile
I also grep'ed dockerfile in repo and fixed some other places
|
2025-04-28 16:05:37 +01:00 |
|