From fde591c2b72fb3b67694896bdf26bce4eec386e5 Mon Sep 17 00:00:00 2001 From: "Kelvin M. Klann" Date: Fri, 21 Apr 2023 21:15:48 -0300 Subject: [PATCH] ci: print some program versions To make debugging easier. --- .github/workflows/build-extra.yml | 3 +++ .github/workflows/profile-checks.yml | 1 + .gitlab-ci.yml | 3 +++ 3 files changed, 7 insertions(+) diff --git a/.github/workflows/build-extra.yml b/.github/workflows/build-extra.yml index 13c575c8b..d11c10718 100644 --- a/.github/workflows/build-extra.yml +++ b/.github/workflows/build-extra.yml @@ -113,6 +113,7 @@ jobs: run: sudo apt-get update - name: install cppcheck run: sudo apt-get install cppcheck + - run: cppcheck --version - name: cppcheck run: > cppcheck -q --force --error-exitcode=1 --enable=warning,performance @@ -134,6 +135,7 @@ jobs: run: sudo apt-get update - name: install cppcheck run: sudo apt-get install cppcheck + - run: cppcheck --version - name: cppcheck run: cppcheck -q --force --error-exitcode=1 --enable=warning,performance . codespell: @@ -151,5 +153,6 @@ jobs: run: sudo apt-get update - name: install dependencies run: sudo apt-get install codespell + - run: codespell --version - name: codespell run: make codespell diff --git a/.github/workflows/profile-checks.yml b/.github/workflows/profile-checks.yml index 4981b3c69..fc23f5fa1 100644 --- a/.github/workflows/profile-checks.yml +++ b/.github/workflows/profile-checks.yml @@ -34,6 +34,7 @@ jobs: github.com:443 - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab + - run: python3 --version # - name: sort.py # run: > # ./ci/check/profiles/sort.py diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index edbed5c0b..9500415a1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,6 +17,7 @@ build_ubuntu_package: - make deb - dpkg -i firejail*.deb - command -V firejail && firejail --version + # - python3 --version # - python3 contrib/sort.py etc/profile-*/*.profile etc/inc/*.inc build_debian_package: @@ -50,6 +51,7 @@ build_fedora_package: - make rpms - rpm -i firejail*.rpm - command -V firejail && firejail --version + # - python3 --version # - python3 contrib/sort.py etc/profile-*/*.profile etc/inc/*.inc build_src_package: @@ -62,6 +64,7 @@ build_src_package: - make - make install-strip - command -V firejail && firejail --version + # - python3 --version # - python3 contrib/sort.py etc/profile-*/*.profile etc/inc/*.inc build_no_apparmor: