Skip to content

Commit

Permalink
github: Lower minimum glib version
Browse files Browse the repository at this point in the history
Signed-off-by: Stéphane Graber <[email protected]>
  • Loading branch information
stgraber committed Sep 5, 2024
1 parent 0d3a683 commit f88509d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@ jobs:
run: |
cd /build/qemu
sed -i "s/^unset target_list$/target_list=\"$(uname -m)-softmmu\"/" configure
sed -i 's#libseccomp_minver=".*#libseccomp_minver="0.0"#g' configure
sed -i "s/^glib_req_ver = '>=2.66.0'/glib_req_ver = '>=2.64.0'/" meson.build
./configure \
--prefix=/opt/incus \
--libexecdir=bin \
Expand Down

0 comments on commit f88509d

Please sign in to comment.