Skip to content

Commit

Permalink
branch updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Psycho-Pirate committed Nov 15, 2024
1 parent 12d1d03 commit 24453fc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions docker/Dockerfile.ldk
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM ubuntu:22.04
# FROM ubuntu:22.04
FROM arm64v8/ubuntu:22.04
LABEL mantainer="Prakhar Saxena prakharrsaxena@gmail.com"

WORKDIR /work
Expand Down Expand Up @@ -64,7 +65,7 @@ RUN git config --global user.name "John Doe" && \
git config --global user.email johndoe@example.com && \
git clone https://github.com/Psycho-Pirate/ldk-sample.git && \
cd ldk-sample && \
git checkout sob && \
git checkout sob2 && \
cargo build

RUN mkdir lnprototest
Expand Down
2 changes: 1 addition & 1 deletion docker/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#! /bin/bash
cd lnprototest || exit

for i in range{0..8};
for i in range{0..1};
do
if make check PYTEST_ARGS='--runner=lnprototest.ldk.Runner -n8 --dist=loadfile --log-cli-level=DEBUG -vvv -s'; then
echo "iteration $i succeeded"
Expand Down

0 comments on commit 24453fc

Please sign in to comment.