Skip to content
Snippets Groups Projects
Commit ea12f9e4 authored by Filippo Cremonese's avatar Filippo Cremonese
Browse files

Disable glib tests

parent 0c0ade99
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,7 @@ builds:
extract.sh --into "$BUILD_DIR/source" (@= source_url @)
find "$BUILD_DIR/source/" -name meson.build -exec sed -i "s|install\s*:\s*|install_rpath : '$RPATH_PLACEHOLDER/lib', \0|" {} \;
sed -i 's|^.*HAVE_LANGINFO_.*1.*$||' "$BUILD_DIR/source/meson.build"
sed -i -e '/subdir.*tests/d' "$BUILD_DIR"/source/{.,gio,glib}/meson.build
CC=clang \
CXX=clang++ \
......
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