]> git.ipfire.org Git - thirdparty/systemd.git/commit
travis: compile with -O1 with clang
authorFrantisek Sumsal <frantisek@sumsal.cz>
Mon, 20 Jul 2020 15:51:32 +0000 (17:51 +0200)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 20 Jul 2020 17:00:04 +0000 (02:00 +0900)
commit2665327a4167e04bcb13a48248c5413456de17f7
treef10f0f365f3210db84b571465a6f783492e59d4d
parentd7d717b7e2525f50cf868f41b45584655ee2851b
travis: compile with -O1 with clang

libc in the Debian container got updated to 2.31, which in combination
with clang-9 triggers systemd/systemd#14865.

This has been fixed by https://reviews.llvm.org/D74712 which is (to my
knowledge) included in clang-10. To mitigate this without upgrading to
clang-10 we can compile with -O1 which works around it as well, see
https://bugzilla.redhat.com/show_bug.cgi?id=1803203.
travis-ci/managers/debian.sh