aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-06-20 05:26:23 +0000
committerLibravatar GitHub <noreply@github.com>2023-06-20 05:26:23 +0000
commita8f01a383a2a4ec81bdf09e504b49e93881d62c6 (patch)
tree0eb833dc30f0bba4144e7fcbcba2c564637b9f44 /.github/workflows
parentbuild(deps): bump github/codeql-action from 2.3.6 to 2.20.0 (diff)
parentbuild: remove -mretpoline and NO_EXTRA_CFLAGS (diff)
downloadfirejail-a8f01a383a2a4ec81bdf09e504b49e93881d62c6.tar.gz
firejail-a8f01a383a2a4ec81bdf09e504b49e93881d62c6.tar.zst
firejail-a8f01a383a2a4ec81bdf09e504b49e93881d62c6.zip
Merge pull request #5859 from kmk3/build-remove-retpoline
build: remove -mretpoline and NO_EXTRA_CFLAGS
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build-extra.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-extra.yml b/.github/workflows/build-extra.yml
index caa09e4de..dd0dc4da0 100644
--- a/.github/workflows/build-extra.yml
+++ b/.github/workflows/build-extra.yml
@@ -105,7 +105,7 @@ jobs:
105 --enable-selinux 105 --enable-selinux
106 || (cat config.log; exit 1) 106 || (cat config.log; exit 1)
107 - name: scan-build 107 - name: scan-build
108 run: NO_EXTRA_CFLAGS="yes" scan-build-14 --status-bugs make 108 run: scan-build-14 --status-bugs make
109 cppcheck: 109 cppcheck:
110 runs-on: ubuntu-22.04 110 runs-on: ubuntu-22.04
111 steps: 111 steps: