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.
pull/21/head
William Findlay 3 years ago
parent a80359acca
commit 89fb552f98
No known key found for this signature in database
GPG Key ID: 7162B44E9E560373

@ -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

Loading…
Cancel
Save