Skip to content

Commit

Permalink
docker: fix docker build
Browse files Browse the repository at this point in the history
Split fetching and making dependencies for lightway-core
this fixies issues when building with docker
  • Loading branch information
xv-raihaan-m committed Aug 1, 2023
1 parent e4511f1 commit e109400
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@
:environment:
- CFLAGS= -DLARGE_STATIC_BUFFERS -DWOLFSSL_DTLS_ALLOW_FUTURE -DWOLFSSL_MIN_RSA_BITS=2048 -DWOLFSSL_MIN_ECC_BITS=256 -fPIC
:build:
- /usr/local/bin/ceedling verbosity[4] clobber project:linux
- /usr/local/bin/ceedling verbosity[4] dependencies:fetch project:linux
- /usr/local/bin/ceedling verbosity[4] dependencies:make project:linux
- /usr/local/bin/ceedling verbosity[4] release project:linux
:artifacts:
:includes:
Expand Down

0 comments on commit e109400

Please sign in to comment.