Skip to content

Commit

Permalink
Bugfix(dockerfile): 🐛 ngtcp2 tests need munit
Browse files Browse the repository at this point in the history
  • Loading branch information
a76yyyy committed Feb 8, 2024
1 parent 37f58e5 commit c82dd3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ RUN apk update && \
cd .. && \
rm -rf openssl && \
cd ngtcp2 && \
git submodule update --init && \
autoreconf -fi && \
./configure PKG_CONFIG_PATH=/usr/$libdir/pkgconfig LDFLAGS="-Wl,-rpath,/usr/$libdir" --prefix=/usr --enable-lib-only && \
make -j$(($(grep -c ^processor /proc/cpuinfo) - 0)) check && \
Expand Down
1 change: 1 addition & 0 deletions Dockerfile.lite
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ RUN apk update && \
cd .. && \
rm -rf openssl && \
cd ngtcp2 && \
git submodule update --init && \
autoreconf -fi && \
./configure PKG_CONFIG_PATH=/usr/$libdir/pkgconfig LDFLAGS="-Wl,-rpath,/usr/$libdir" --prefix=/usr --enable-lib-only && \
make -j$(($(grep -c ^processor /proc/cpuinfo) - 0)) check && \
Expand Down

0 comments on commit c82dd3f

Please sign in to comment.