Skip to content

Commit

Permalink
Clone with submodules outside of docker
Browse files Browse the repository at this point in the history
  • Loading branch information
klaus993 committed Oct 10, 2024
1 parent dbf3bd9 commit 77e3bfc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/send-proofs-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:

- name: Checkout
uses: actions/checkout@v1
with:
submodules: recursive

- name: Build containers
run: make docker_build
Expand Down
2 changes: 0 additions & 2 deletions docker/aligned_base.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,4 @@ WORKDIR /aligned_layer

COPY . .

RUN git submodule update --init --recursive

RUN make build_all_ffi_linux

0 comments on commit 77e3bfc

Please sign in to comment.