From a5b9bf30b7413eb6ec937f0213c07f07b1577327 Mon Sep 17 00:00:00 2001 From: Mauro Ezequiel Moltrasio Date: Fri, 6 Sep 2024 11:30:46 +0200 Subject: [PATCH] Minor cleanup --- .dockerignore | 32 +++++--------------------------- .github/workflows/collector.yml | 2 +- Makefile-constants.mk | 2 +- 3 files changed, 7 insertions(+), 29 deletions(-) diff --git a/.dockerignore b/.dockerignore index 3f11cb8610..0719d1ef40 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,27 +1,5 @@ -.adr/ -.git/ -.github/ -.konflux/ -.tekton/ -ansible/ -builder/ -cmake-build/ -docs/ -githooks/ -integration-tests/ -kernel-modules/ -utilities/ -.clang-format -.clangd -.editorconfig -.flake8 -.gitignore -.gitmodules -.pre-commit-config.yaml -CODE_OF_CONDUCT.md -LICENSE -Makefile -Makefile-constants.mk -README.md -RELEASED_VERSIONS -RELEASED_VERSIONS.unsupported +* +** +!collector/ +!falcosecurity-libs/ +!CMakeLists.txt diff --git a/.github/workflows/collector.yml b/.github/workflows/collector.yml index 9ccf767f4e..1b6a46f0db 100644 --- a/.github/workflows/collector.yml +++ b/.github/workflows/collector.yml @@ -76,7 +76,7 @@ jobs: contains(github.event.pull_request.labels.*.name, 'run-multiarch-builds') timeout-minutes: 480 run: | - ansible-playbook -vvvv \ + ansible-playbook \ --connection local \ -i localhost, \ --limit localhost \ diff --git a/Makefile-constants.mk b/Makefile-constants.mk index 7cd2446f6c..057ef50b98 100644 --- a/Makefile-constants.mk +++ b/Makefile-constants.mk @@ -17,5 +17,5 @@ TRACE_SINSP_EVENTS ?= false DISABLE_PROFILING ?= false BPF_DEBUG_MODE ?= false -COLLECTOR_BUILD_CONTEXT = . +COLLECTOR_BUILD_CONTEXT = $(CURDIR) COLLECTOR_BUILDER_NAME ?= collector_builder_$(HOST_ARCH)