mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08: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:
parent
033ee0ce78
commit
a6b3dbc240
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user