Skip to content

Commit

Permalink
ci: switch back to meson-0.56.2
Browse files Browse the repository at this point in the history
It seems there is another meson (0.57.0) regression preventing clang from
building systemd with --optimization=3 -Db_lto=true

By analogy with google/oss-fuzz#5199 let's just switch
to 0.56.2 for the time being
  • Loading branch information
evverx authored and yuwata committed Feb 15, 2021
1 parent f24cbe5 commit c39e362
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ apt-get -y install "${PACKAGES[@]}"
# support all the features we need (like --optimization=). Since the build-dep
# command above installs the distro versions, let's install the pip ones just
# locally and add the local bin directory to the $PATH.
pip3 install --user -U meson ninja
pip3 install --user -U meson==0.56.2 ninja
export PATH="$HOME/.local/bin:$PATH"

$CC --version
Expand Down

0 comments on commit c39e362

Please sign in to comment.