Skip to content

Commit 9eb1f36

Browse files
authored
Merge pull request #4 from sched-ext/htejun
2 parents dd70d89 + 5422584 commit 9eb1f36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/scx_utils/src/bpf_builder.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ impl BpfBuilder {
341341
Ok(cflags)
342342
}
343343

344-
const BPF_H_TAR: &[u8] = include_bytes!(concat!(env!("OUT_DIR"), "/bpf_h.tar"));
344+
const BPF_H_TAR: &'static [u8] = include_bytes!(concat!(env!("OUT_DIR"), "/bpf_h.tar"));
345345

346346
fn install_bpf_h<P: AsRef<Path>>(dest: P) -> Result<()> {
347347
let mut ar = tar::Archive::new(Self::BPF_H_TAR);

0 commit comments

Comments
 (0)