Skip to content

Commit

Permalink
Use curl to get generate-excludelist.sh
Browse files Browse the repository at this point in the history
Fixes qt plugin build on arm/v7
  • Loading branch information
andy5995 committed Feb 11, 2024
1 parent 89c6363 commit ed12e4a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ RUN \
https://github.com/linuxdeploy/linuxdeploy-plugin-qt \
--recurse-submodules && \
cd linuxdeploy-plugin-qt && \
# On arm/v7, wget fails if --no-check-certificate isn't used
sed -i 's/wget --quiet \"$url\" -O -/curl -o - \"$url\"/g' lib/linuxdeploy/src/core/generate-excludelist.sh && \
cmake . \
-G Ninja \
-DBUILD_GMOCK=OFF \
Expand Down

0 comments on commit ed12e4a

Please sign in to comment.