Skip to content

Commit

Permalink
Remove files for libevent (#67)
Browse files Browse the repository at this point in the history
* Remove libevent.so

* Remove event.h as well
  • Loading branch information
GHakansson authored Feb 4, 2025
1 parent a97e430 commit 299f212
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ RUN rm -f \
libaxptz* \
libboost_* \
libcapture* \
libevent.so* \
libgcrypt* \
libgmp* \
libgnutls* \
Expand Down Expand Up @@ -165,6 +166,7 @@ RUN rm -rf \
axsdk/axptz* \
capture* \
dbus-* \
event.h \
gcrypt.h \
gmock \
gmp-32.h \
Expand Down
2 changes: 2 additions & 0 deletions Dockerfile.armv7hf
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ RUN rm -f \
libaxhttp* \
libaxptz* \
libboost_* \
libevent.so* \
libcapture* \
libgcrypt* \
libgmp* \
Expand Down Expand Up @@ -165,6 +166,7 @@ RUN rm -rf \
axsdk/axptz* \
capture* \
dbus-* \
event.h \
gcrypt.h \
gmock \
gmp-32.h \
Expand Down

0 comments on commit 299f212

Please sign in to comment.