Skip to content

Commit

Permalink
ci: Include licenses in GPL Linux ARM64 package (cvc5#11060)
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-larraz authored Jul 17, 2024
1 parent 90eeba9 commit 5558e34
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions contrib/arm64-gpl.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,8 @@ WORKDIR /cvc5/build

RUN make -j`nproc`
RUN make install

WORKDIR /cvc5

RUN cp COPYING ./install/ && \
cp -r licenses ./install/

0 comments on commit 5558e34

Please sign in to comment.