Skip to content
Snippets Groups Projects
Commit 32881490 authored by Jeremy Huddleston Sequoia's avatar Jeremy Huddleston Sequoia
Browse files

CI: Use -fcommon to build xtst

parent ecce57c3
No related branches found
No related tags found
No related merge requests found
...@@ -166,7 +166,9 @@ git clone https://gitlab.freedesktop.org/mesa/piglit.git --depth 1 ...@@ -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 git clone https://gitlab.freedesktop.org/xorg/test/xts --depth 1
cd xts 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} xvfb-run make -j${FDO_CI_CONCURRENT:-4}
cd .. cd ..
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment