File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ RUN rm -r ci/LDKSwift/Sources/LDKSwift
34
34
RUN chmod +x ci/run_tests.sh
35
35
36
36
COPY bindings/batteries ci/LDKSwift/Sources/LDKSwift/batteries
37
+ # COPY bindings/LDK/. ci/LDKSwift/Sources/LDKSwift
37
38
38
39
# RUN ln -s /lib/x86_64-linux-gnu/libtinfo.so.5 /lib/x86_64-linux-gnu/libtinfo.so.6
39
40
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ LDK_SUBDIRECTORY="$LDK_DIRECTORY/lightning-c-bindings"
9
9
# [ ! -d "${LDK_SUBDIRECTORY}" ] && echo "Provided directory does not contain lightning-c-bindings directory." && exit 1;
10
10
11
11
# use for direct ci folder access
12
- # docker run -i -v $PROJECT_DIRECTORY/ci:/ci -v $LDK_DIRECTORY:/ldk-c-bindings --rm -t swift-generation-ci /bin/bash
12
+ # note: batteries will be missing. In parent directory, run `cp -R bindings/batteries ci/LDKSwift/Sources/LDKSwift`
13
+ # docker run --name "swift-generator-shell" -i -v $PROJECT_DIRECTORY/ci:/ci -v $LDK_DIRECTORY:/ldk-c-bindings --rm -t swift-generation-ci /bin/bash
13
14
14
- docker run -i -v $LDK_DIRECTORY :/ldk-c-bindings --rm -t swift-generation-ci /bin/bash
15
+ docker run --name " swift-generator-shell " - i -v $LDK_DIRECTORY :/ldk-c-bindings --rm -t swift-generation-ci /bin/bash
You can’t perform that action at this time.
0 commit comments