11TAG := bdk-reserves
2- TAG_57 := bdk-reserves-57
3- TAG_63 := bdk-reserves-61
2+ TAG_63 := bdk-reserves-63
43http_proxy ?= http://172.17.0.1:3128
54DOCKER_RUN := docker run --interactive --rm \
65 -v ${PWD}:/home/satoshi \
@@ -17,9 +16,14 @@ test_current: builder
1716test_63 : builder_63
1817 rm -f Cargo.lock
1918 $(DOCKER_RUN ) ${TAG_63} cargo test || true
20- $(DOCKER_RUN ) ${TAG_63} cargo update -p home:0.5.11 --precise 0.5.5 || true
21- $(DOCKER_RUN ) ${TAG_63} cargo update -p tokio:1.43.0 --precise 1.38.1 || true
19+ $(DOCKER_RUN ) ${TAG_63} cargo update -p home --precise 0.5.5 || true
20+ $(DOCKER_RUN ) ${TAG_63} cargo update -p tokio --precise 1.38.1 || true
21+ $(DOCKER_RUN ) ${TAG_63} cargo update -p ring:0.17.14 --precise 0.17.8 || true
2222 $(DOCKER_RUN ) ${TAG_63} cargo update -p cc --precise 1.0.105 || true
23+ $(DOCKER_RUN ) ${TAG_63} cargo update -p flate2 --precise 1.0.35 || true
24+ $(DOCKER_RUN ) ${TAG_63} cargo update -p once_cell --precise 1.20.3 || true
25+ $(DOCKER_RUN ) ${TAG_63} cargo update -p bzip2-sys --precise 0.1.11+1.0.8 || true
26+ $(DOCKER_RUN ) ${TAG_63} cargo update -p minreq --precise 2.12.0 || true
2327 $(DOCKER_RUN ) ${TAG_63} cargo test
2428
2529run : builder
@@ -43,13 +47,6 @@ builder:
4347 --build-arg UID=" $( shell id -u) " \
4448 .
4549
46- builder_57 :
47- docker build --tag ${TAG_57} \
48- --build-arg http_proxy=" ${http_proxy} " \
49- --build-arg UID=" $( shell id -u) " \
50- -f Dockerfile_57 \
51- .
52-
5350builder_63 :
5451 docker build --tag ${TAG_63} \
5552 --build-arg http_proxy=" ${http_proxy} " \
0 commit comments