Skip to content

Commit

Permalink
ci: add MODERN_PROBE_INCLUDE for s390x drivers test
Browse files Browse the repository at this point in the history
Signed-off-by: Hendrik Brueckner <[email protected]>
  • Loading branch information
hbrueckner committed Dec 1, 2023
1 parent 15dda37 commit c3c9c0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ jobs:
- name: Build drivers tests 🏗️
run: |
mkdir -p build
cd build && cmake -DUSE_BUNDLED_DEPS=OFF -DENABLE_DRIVERS_TESTS=ON -DBUILD_LIBSCAP_MODERN_BPF=ON -DMODERN_BPF_DEBUG_MODE=ON -DBUILD_BPF=ON -DBUILD_LIBSCAP_GVISOR=OFF ../
cd build && cmake -DUSE_BUNDLED_DEPS=OFF -DENABLE_DRIVERS_TESTS=ON -DBUILD_LIBSCAP_MODERN_BPF=ON -DMODERN_BPF_DEBUG_MODE=ON -DBUILD_BPF=ON -DBUILD_LIBSCAP_GVISOR=OFF -DMODERN_PROBE_INCLUDE="-I/usr/include/s390x-linux-gnu" ../
make drivers_test
make driver bpf
Expand Down

0 comments on commit c3c9c0d

Please sign in to comment.