Skip to content

Commit

Permalink
contrib: rthoks/tetragon-rthooks->tetragon-rthooks
Browse files Browse the repository at this point in the history
Signed-off-by: Kornilios Kourtis <[email protected]>
  • Loading branch information
kkourt committed Jun 25, 2024
1 parent bc1bf18 commit cfd0a52
Show file tree
Hide file tree
Showing 1,574 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ ifdef EXTRA_GO_BUILD_FLAGS
endif

GO_BUILD = CGO_ENABLED=0 GOARCH=$(GOARCH) $(GO) build $(GO_BUILD_FLAGS)
GO_BUILD_HOOK = CGO_ENABLED=0 GOARCH=$(GOARCH) $(GO) -C contrib/rthooks/tetragon-rthooks build $(GO_BUILD_FLAGS)
GO_BUILD_HOOK = CGO_ENABLED=0 GOARCH=$(GOARCH) $(GO) -C contrib/tetragon-rthooks build $(GO_BUILD_FLAGS)

.PHONY: all
all: tetragon-bpf tetragon tetra generate-flags test-compile tester-progs protoc-gen-go-tetragon tetragon-bench
Expand Down Expand Up @@ -214,7 +214,7 @@ install:
vendor:
$(MAKE) -C ./api vendor
$(MAKE) -C ./pkg/k8s vendor
$(MAKE) -C ./contrib/rthooks/tetragon-oci-hook vendor
$(MAKE) -C ./contrib/tetragon-rthooks vendor
$(GO) mod tidy
$(GO) mod vendor
$(GO) mod verify
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ require (
k8s.io/cri-api v0.27.1 // indirect
)

replace github.com/cilium/tetragon/api => ../../../api
replace github.com/cilium/tetragon/api => ../../api
File renamed without changes.
Loading

0 comments on commit cfd0a52

Please sign in to comment.