aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/build.yml
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-04-22 18:10:05 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-04-28 04:45:57 -0300
commit339d395fbdceabc6b8f70116823abcae5e1e18d5 (patch)
treeb689c484862fa103db6f3484f21cb54ec60077bf /.github/workflows/build.yml
parentci: print some program versions (diff)
downloadfirejail-339d395fbdceabc6b8f70116823abcae5e1e18d5.tar.gz
firejail-339d395fbdceabc6b8f70116823abcae5e1e18d5.tar.zst
firejail-339d395fbdceabc6b8f70116823abcae5e1e18d5.zip
ci: print env-related settings in each job
To make debugging easier. Use a separate shell script instead of just a make target to ensure that it can safely run before ./configure and without having make installed.
Diffstat (limited to '.github/workflows/build.yml')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 4af788044..b72bdd611 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -68,6 +68,8 @@ jobs:
68 sudo apt-get install 68 sudo apt-get install
69 gcc-12 libapparmor-dev libselinux1-dev expect xzdec whois 69 gcc-12 libapparmor-dev libselinux1-dev expect xzdec whois
70 bridge-utils 70 bridge-utils
71 - name: print env
72 run: ./ci/printenv.sh
71 - name: configure 73 - name: configure
72 run: > 74 run: >
73 CC=gcc-12 ./configure --prefix=/usr --enable-fatal-warnings 75 CC=gcc-12 ./configure --prefix=/usr --enable-fatal-warnings