From 8d1b8e30d7ab2e0a61bfaf14d9a49a1e2775aa03 Mon Sep 17 00:00:00 2001 From: Tomasz Osinski Date: Sun, 30 Oct 2022 10:02:39 +0100 Subject: [PATCH] Fix PTF eBPF weekly CI job --- .github/workflows/ci-ptf-kernels-weekly.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-ptf-kernels-weekly.yml b/.github/workflows/ci-ptf-kernels-weekly.yml index dfb81f0ab4..6a334aca89 100644 --- a/.github/workflows/ci-ptf-kernels-weekly.yml +++ b/.github/workflows/ci-ptf-kernels-weekly.yml @@ -78,7 +78,7 @@ jobs: - name: Build (Linux) run: | - docker build --network host -t p4c --build-arg MAKEFLAGS=-j8 --build-arg IMAGE_TYPE=test --build-arg ENABLE_UNIFIED_COMPILATION=$UNIFIED --build-arg --build-arg INSTALL_PTF_EBPF_DEPENDENCIES=ON --build-arg KERNEL_VERSIONS="$KERNEL_VERSIONS" . + docker build --network host -t p4c --build-arg MAKEFLAGS=-j8 --build-arg IMAGE_TYPE=test --build-arg ENABLE_UNIFIED_COMPILATION=$UNIFIED --build-arg INSTALL_PTF_EBPF_DEPENDENCIES=ON --build-arg KERNEL_VERSIONS="$KERNEL_VERSIONS" . ./tools/export_ccache.sh - name: Install VM