|
|
@@ -103,10 +103,10 @@ help:
|
|
|
@echo " make docker-build kernel=all version=1.0 - CI/CD build with all kernels"
|
|
|
|
|
|
ebpf-build:
|
|
|
- docker exec -it $(DOCKER_CONTAINER) sh -c 'cd /opt/github/euspace/ebpftracer && make all ${PARAMS}'
|
|
|
+ docker exec $(DOCKER_CONTAINER) sh -c 'cd /opt/github/euspace/ebpftracer && make all ${PARAMS}'
|
|
|
|
|
|
go-build:
|
|
|
- docker exec -it $(DOCKER_CONTAINER) bash -c 'cd /opt/github/euspace && source ~/.g/env && make build ${PARAMS}'
|
|
|
+ docker exec $(DOCKER_CONTAINER) bash -c 'cd /opt/github/euspace && source ~/.g/env && make build ${PARAMS}'
|
|
|
|
|
|
only-build: ebpf-build go-build
|
|
|
|