Skip to content

Commit

Permalink
Dockerfile: Remove pthreadpool-git from full variant
Browse files Browse the repository at this point in the history
This is causing build failures recently due to an issue in googletest that this package tries to download. We required this as an dependency for mlgo training but since mlgo updated their tflite dependencies that got rid of pthreadpool lib requirement, we no longer need this library. Remove it and solve build issues.
  • Loading branch information
dakkshesh07 authored Sep 7, 2024
1 parent c5e2c6b commit 51d2766
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ WORKDIR /tmp/paru
RUN makepkg -si --noconfirm

# AUR
RUN paru -S --noconfirm alhp-keyring alhp-mirrorlist pthreadpool-git ncurses5-compat-libs antman
RUN paru -S --noconfirm alhp-keyring alhp-mirrorlist ncurses5-compat-libs antman
RUN paru -Sccd

# ALHP
Expand Down

0 comments on commit 51d2766

Please sign in to comment.