From a193a469812e9dc138c61d3de3a9292bcabd7c8d Mon Sep 17 00:00:00 2001 From: Federico Di Pierro Date: Fri, 28 Apr 2023 09:41:20 +0200 Subject: [PATCH] chore(ci): properly document new reusable_build_packages step. Signed-off-by: Federico Di Pierro Co-authored-by: Luca Guerra --- .github/workflows/reusable_build_packages.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/reusable_build_packages.yaml b/.github/workflows/reusable_build_packages.yaml index c289ece3..042f30dd 100644 --- a/.github/workflows/reusable_build_packages.yaml +++ b/.github/workflows/reusable_build_packages.yaml @@ -12,6 +12,11 @@ on: value: ${{ jobs.fetch-version.outputs.version }} jobs: + # We need to use an ubuntu-latest to fetch Falco version because + # Falco version is computed by some cmake scripts that do git sorceries + # to get the current version. + # But centos7 jobs have a git version too old and actions/checkout does not + # fully clone the repo, but uses http rest api instead. fetch-version: runs-on: ubuntu-latest # Map the job outputs to step outputs