summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorcyan <cyjan@mrcyjanek.net>2024-07-25 16:20:11 +0000
committercyan <cyjan@mrcyjanek.net>2024-07-25 16:20:11 +0000
commit700a6cb788b515acfa8703ba04807df5d07ddec9 (patch)
tree204d65773014880474b21f7699f2211e0157244f /README.md
parent58450de2eacc1b59d94cd7af59f5652ffde447b2 (diff)
update readme, ccache support for sailfishos, ccache for all releasesv0.18.3.3-RC49
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 0 insertions, 6 deletions
diff --git a/README.md b/README.md
index d9aeee4..4092b65 100644
--- a/README.md
+++ b/README.md
@@ -60,12 +60,6 @@ While building I aim to compile the code at oldest supported release of debian,
| host-apple-darwin | arm64-apple-darwin23 | dependencies: `brew install unbound boost@1.76 zmq && brew link boost@1.76` |
| host-apple-ios | arm64-apple-darwin23 | |
-Libraries on CI are build using the following docker images:
-- git.mrcyjanek.net/mrcyjanek/debian:buster
-- git.mrcyjanek.net/mrcyjanek/debian:bookworm
-
-It is entirely possible to use upstream debian:buster / debian:bookworm
-
## Design
Functions are as simple as reasonably possible as few steps should be performed to get from the exposed C api to actual wallet2 (or wallet3 in future) api calls.