* Add cargo-build-bpf (cherry picked from commit07a853d6cc) * Remove do.sh (cherry picked from commit61be155413) Co-authored-by: Michael Vines <mvines@gmail.com>
		
			
				
	
	
		
			7 lines
		
	
	
		
			186 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			186 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
#!/usr/bin/env bash
 | 
						|
 | 
						|
bpf_sdk=$(cd "$(dirname "$0")/.." && pwd)
 | 
						|
# shellcheck source=sdk/bpf/env.sh
 | 
						|
source "$bpf_sdk"/env.sh
 | 
						|
exec "$bpf_sdk"/dependencies/llvm-native/bin/llvm-objcopy "$@"
 |