Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions .clusterfuzzlite/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,5 @@ COPY --from=app-builder /opt/flex-secure-sdk /ledger-secure-sdk
# Working directory for build.sh
WORKDIR /app

# Add the ethereum-plugin-sdk submodule (clone only if not exists)
RUN if [ ! -d "/app/ethereum-plugin-sdk/.git" ]; then \
git config --global url."https://github.com/".insteadOf git@github.com: && \
git config --global url."https://".insteadOf git:// && \
(git submodule update --init --recursive || \
git clone https://github.com/LedgerHQ/ethereum-plugin-sdk.git /app/ethereum-plugin-sdk); \
else \
echo "ethereum-plugin-sdk already exists, skipping clone"; \
fi


# Copy build.sh into $SRC dir.
COPY ./.clusterfuzzlite/build.sh $SRC/
1 change: 1 addition & 0 deletions .github/instructions
Submodule instructions added at c6030a
5 changes: 4 additions & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[submodule "ethereum-plugin-sdk"]
path = ethereum-plugin-sdk
url = git@github.com:LedgerHQ/ethereum-plugin-sdk.git
url = https://github.com/LedgerHQ/ethereum-plugin-sdk.git
[submodule ".github/instructions"]
path = .github/instructions
url = https://github.com/LedgerHQ/ledger-app-ai-instructions.git
Loading