Skip to content

Commit

Permalink
Add pf1-proxy build to tester image (compilation only)
Browse files Browse the repository at this point in the history
  • Loading branch information
PlagueCZ committed Oct 17, 2024
1 parent 71a7211 commit 17bb85c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ ARG DPSERVICE_FEATURES=""
RUN meson setup release_build $DPSERVICE_FEATURES --buildtype=release && ninja -C release_build
RUN CC=clang CXX=clang++ meson setup clang_build $DPSERVICE_FEATURES && ninja -C clang_build
RUN meson setup xtratest_build $DPSERVICE_FEATURES -Denable_tests=true && ninja -C xtratest_build
RUN meson setup pf1_proxy_build $DPSERVICE_FEATURES -Denable_pf1_proxy=true && ninja -C pf1_proxy_build


# Test-image to run pytest
Expand Down

0 comments on commit 17bb85c

Please sign in to comment.