From 89fb552f9801e5ace65b0dd9cd0eda68e83a0ee6 Mon Sep 17 00:00:00 2001 From: William Findlay Date: Wed, 10 Nov 2021 16:24:15 -0500 Subject: [PATCH] ci: fix ci to work with include_bytes_aligned! This change requires the eBPF program to be built _before_ userspace. Update CI to do this. --- test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.sh b/test.sh index 6993537..dfeafc1 100755 --- a/test.sh +++ b/test.sh @@ -42,7 +42,7 @@ esac cargo generate -v --path "${TEMPLATE_DIR}" -n test -d program_type="${PROG_TYPE}" ${ADDITIONAL_ARGS} pushd test -cargo build cargo xtask build-ebpf +cargo build popd exit 0