CI: Use -fcommon to build xtst
Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com>
This commit is contained in:
parent
ecce57c332
commit
3288149096
|
@ -166,7 +166,9 @@ git clone https://gitlab.freedesktop.org/mesa/piglit.git --depth 1
|
|||
|
||||
git clone https://gitlab.freedesktop.org/xorg/test/xts --depth 1
|
||||
cd xts
|
||||
./autogen.sh
|
||||
# Using -fcommon until we get a proper fix into xtst.
|
||||
# See discussion at https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/913
|
||||
CFLAGS=-fcommon ./autogen.sh
|
||||
xvfb-run make -j${FDO_CI_CONCURRENT:-4}
|
||||
cd ..
|
||||
|
||||
|
|
Loading…
Reference in New Issue