Skip to content

Commit

Permalink
update(ci): use bundled deps in e2e ci
Browse files Browse the repository at this point in the history
Signed-off-by: Luca Guerra <[email protected]>
  • Loading branch information
LucaGuerra authored and poiana committed Mar 6, 2024
1 parent 8d97b9d commit 9c538e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ concurrency:

jobs:
test-e2e:
name: test-e2e-${{ matrix.arch }} 😇 (system_deps)
name: test-e2e-${{ matrix.arch }} 😇 (bundled_deps)
runs-on: ${{ (matrix.arch == 'arm64' && 'actuated-arm64-8cpu-16gb') || 'ubuntu-22.04' }}
strategy:
matrix:
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
cd build && \
cmake \
-DBUILD_BPF=ON \
-DUSE_BUNDLED_DEPS=OFF \
-DUSE_BUNDLED_DEPS=ON \
-DUSE_ASAN=ON \
-DUSE_UBSAN=ON \
-DENABLE_LIBSINSP_E2E_TESTS=ON \
Expand Down

0 comments on commit 9c538e0

Please sign in to comment.