We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dd70d89 + 5422584 commit 9eb1f36Copy full SHA for 9eb1f36
rust/scx_utils/src/bpf_builder.rs
@@ -341,7 +341,7 @@ impl BpfBuilder {
341
Ok(cflags)
342
}
343
344
- const BPF_H_TAR: &[u8] = include_bytes!(concat!(env!("OUT_DIR"), "/bpf_h.tar"));
+ const BPF_H_TAR: &'static [u8] = include_bytes!(concat!(env!("OUT_DIR"), "/bpf_h.tar"));
345
346
fn install_bpf_h<P: AsRef<Path>>(dest: P) -> Result<()> {
347
let mut ar = tar::Archive::new(Self::BPF_H_TAR);
0 commit comments