mirror of
https://github.com/flatpak/flatpak.git
synced 2026-05-13 02:54:38 -04:00
workflows: Move gtk-doc enablement from clang to valgrind build
We want to have gtk-doc enabled in the build that will run `make distcheck`, but the clang/CodeQL build seems like a poor fit for that, since it runs twice (for C and Python) and has extra instrumentation. Move it to the build where we will run tests under valgrind, which is already somewhat slow. Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
committed by
Alexander Larsson
parent
cbb61761e7
commit
cb73e098ef
4
.github/workflows/check.yml
vendored
4
.github/workflows/check.yml
vendored
@@ -128,7 +128,7 @@ jobs:
|
||||
with:
|
||||
submodules: true
|
||||
- name: configure
|
||||
run: ./autogen.sh --enable-gtk-doc --enable-gtk-doc-html
|
||||
run: ./autogen.sh
|
||||
env:
|
||||
CC: clang
|
||||
CFLAGS: -Werror=unused-variable
|
||||
@@ -172,7 +172,7 @@ jobs:
|
||||
run: |
|
||||
mkdir _build
|
||||
pushd _build
|
||||
../configure
|
||||
../configure --enable-gtk-doc --enable-gtk-doc-html
|
||||
popd
|
||||
env:
|
||||
CFLAGS: -O2
|
||||
|
||||
Reference in New Issue
Block a user