Skip to content

Commit ff282af

Browse files
author
Claudio Raimondi
committed
Add TODOs [skip ci]
1 parent 657039a commit ff282af

File tree

4 files changed

+4
-3459
lines changed

4 files changed

+4
-3459
lines changed

.dockerignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
Dockerfile
22
contrib/docker/Dockerfile.*
3-
target
4-
.git/
3+
target

.github/workflows/docker-release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ jobs:
3636
uses: actions/checkout@v4
3737
with:
3838
ref: ${{ github.ref }} # Ensures the branch triggering the workflow is checked out
39-
submodules: 'recursive'
40-
fetch-depth: 0
4139

4240
- name: Set up QEMU
4341
uses: docker/setup-qemu-action@v3

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,11 @@ ADD --chmod=750 https://sh.rustup.rs install-rust.sh
129129

130130
WORKDIR /opt/lightningd
131131

132+
#TODO: fix caching of this layer
132133
COPY . .
133134

135+
RUN git submodule update --init --recursive
136+
134137
FROM base-builder AS base-builder-linux-amd64
135138

136139
ARG target_host=x86_64-linux-gnu

0 commit comments

Comments
 (0)