Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Mizu
Commits
5614e153
Unverified
Commit
5614e153
authored
3 years ago
by
David Levanon
Committed by
GitHub
3 years ago
Browse files
Options
Download
Email Patches
Plain Diff
compile ebpf objects with llvm version 11 (#880)
parent
5e90d67b
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
tap/tlstapper/bpf-builder/Dockerfile
+1
-1
tap/tlstapper/bpf-builder/Dockerfile
tap/tlstapper/tlstapper_bpfeb.go
+0
-1
tap/tlstapper/tlstapper_bpfeb.go
tap/tlstapper/tlstapper_bpfeb.o
+0
-0
tap/tlstapper/tlstapper_bpfeb.o
tap/tlstapper/tlstapper_bpfel.go
+0
-1
tap/tlstapper/tlstapper_bpfel.go
tap/tlstapper/tlstapper_bpfel.o
+0
-0
tap/tlstapper/tlstapper_bpfel.o
with
1 addition
and
3 deletions
+1
-3
tap/tlstapper/bpf-builder/Dockerfile
+
1
-
1
View file @
5614e153
FROM
alpine:3
FROM
alpine:3
.14
RUN
apk
--no-cache
update
&&
apk
--no-cache
add clang llvm libbpf-dev go linux-headers
...
...
This diff is collapsed.
Click to expand it.
tap/tlstapper/tlstapper_bpfeb.go
+
0
-
1
View file @
5614e153
// Code generated by bpf2go; DO NOT EDIT.
//go:build arm64be || armbe || mips || mips64 || mips64p32 || ppc64 || s390 || s390x || sparc || sparc64
// +build arm64be armbe mips mips64 mips64p32 ppc64 s390 s390x sparc sparc64
package
tlstapper
...
...
This diff is collapsed.
Click to expand it.
tap/tlstapper/tlstapper_bpfeb.o
+
0
-
0
View file @
5614e153
No preview for this file type
This diff is collapsed.
Click to expand it.
tap/tlstapper/tlstapper_bpfel.go
+
0
-
1
View file @
5614e153
// Code generated by bpf2go; DO NOT EDIT.
//go:build 386 || amd64 || amd64p32 || arm || arm64 || mips64le || mips64p32le || mipsle || ppc64le || riscv64
// +build 386 amd64 amd64p32 arm arm64 mips64le mips64p32le mipsle ppc64le riscv64
package
tlstapper
...
...
This diff is collapsed.
Click to expand it.
tap/tlstapper/tlstapper_bpfel.o
+
0
-
0
View file @
5614e153
No preview for this file type
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help