Juniper / ebplane

eBPF based dataplane prototypes
Apache License 2.0
23 stars 4 forks source link

Add bazel support to embed files into binaries directly. #17

Closed ccontavalli-j closed 5 years ago

ccontavalli-j commented 5 years ago

This is step 2/N to have better toolchains, and embed eBPF code into binaries.

The .bzl rule imported allows to link files directly into binaries.

Example:

This should work with separate targets as well, where :trie_match is on its own generated by other rules.