File tree Expand file tree Collapse file tree 3 files changed +1
-9
lines changed
Expand file tree Collapse file tree 3 files changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ jobs:
122122 with :
123123 go-version-file : .go-version
124124 cache : true
125-
125+
126126 - name : Initialize and update libbpf submodule
127127 run : git submodule init && git submodule update
128128
Original file line number Diff line number Diff line change 9393 name : ebpf-object-file-release
9494 path : pkg/profiler/cpu-profiler.bpf.o
9595
96- - run : ls -alh pkg/profiler
97-
9896 - name : Run Goreleaser
9997 run : goreleaser release --rm-dist --debug
10098
Original file line number Diff line number Diff line change @@ -31,7 +31,6 @@ builds:
3131 - amd64
3232 hooks :
3333 pre :
34- - ls -alh pkg/profiler
3534 - make libbpf
3635 flags :
3736 - -mod=readonly
@@ -126,8 +125,3 @@ changelog:
126125 exclude :
127126 - ' ^docs:'
128127 - ' ^test:'
129- gomod :
130- proxy : true
131- env :
132- - GOPROXY=https://proxy.golang.org,direct
133- - GOSUMDB=sum.golang.org
You can’t perform that action at this time.
0 commit comments