Skip to content

Commit

Permalink
Merge pull request #5 from expressvpn/fix-laser-build
Browse files Browse the repository at this point in the history
Fix lightway-laser build
  • Loading branch information
expressvpn-andre-l committed Sep 26, 2023
2 parents 75eb0f6 + 434f58b commit 023139c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ RUN apt-get update && apt-get install -qqy --no-install-recommends \
valgrind \
wget \
strace \
vim
vim \
cmake

# Set up ceedling
RUN gem install ceedling
Expand Down
1 change: 1 addition & 0 deletions project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@
:static_libraries:
- build/artifacts/release/libhelium.a
- third_party/builds/wolfssl_build/lib/libwolfssl.a
- third_party/liboqs/build/lib/liboqs.a
- :name: libuv
:source_path: third_party/libuv
:artifact_path: third_party/builds/libuv
Expand Down

0 comments on commit 023139c

Please sign in to comment.