mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
dev-cpp/robin-map: don't build tests w/ -Werror
Closes: https://bugs.gentoo.org/935749 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -27,7 +27,10 @@ BDEPEND="
|
||||
|
||||
src_test() {
|
||||
cd tests || die
|
||||
sed -i -e '/Boost_USE_STATIC_LIBS/d' CMakeLists.txt || die
|
||||
sed -i \
|
||||
-e '/Boost_USE_STATIC_LIBS/d' \
|
||||
-e 's/-Werror//' \
|
||||
CMakeLists.txt || die
|
||||
cmake -S "${S}/tests" -B . -GNinja || die
|
||||
eninja
|
||||
./tsl_robin_map_tests || die
|
||||
|
||||
@@ -27,7 +27,10 @@ BDEPEND="
|
||||
|
||||
src_test() {
|
||||
cd tests || die
|
||||
sed -i -e '/Boost_USE_STATIC_LIBS/d' CMakeLists.txt || die
|
||||
sed -i \
|
||||
-e '/Boost_USE_STATIC_LIBS/d' \
|
||||
-e 's/-Werror//' \
|
||||
CMakeLists.txt || die
|
||||
cmake -S "${S}/tests" -B . -GNinja || die
|
||||
eninja
|
||||
./tsl_robin_map_tests || die
|
||||
|
||||
Reference in New Issue
Block a user