trivial: Fix Fedora CI

This commit is contained in:
Richard Hughes 2022-04-22 10:26:23 +01:00
parent e9f765dc47
commit 95022acffb
3 changed files with 2 additions and 5 deletions

View File

@ -45,7 +45,7 @@ jobs:
mingw64-libarchive
mingw64-json-glib
mingw64-curl
wine && dnf install -y https://kojipkgs.fedoraproject.org/packages/glib2/2.72.0/2.fc36/i686/glib2-2.72.0-2.fc36.i686.rpm https://kojipkgs.fedoraproject.org/packages/glib2/2.72.0/2.fc36/x86_64/glib2-2.72.0-2.fc36.x86_64.rpm https://kojipkgs.fedoraproject.org/packages/glib2/2.72.0/2.fc36/x86_64/glib2-devel-2.72.0-2.fc36.x86_64.rpm
wine
- checkout
- run:
name: "Build Win32"

View File

@ -1,4 +1,4 @@
FROM fedora:35
FROM fedora:36
%%%OS%%%
ENV LANG en_US.UTF-8
ENV LANGUAGE en_US:en

View File

@ -6,7 +6,6 @@ set -x
./contrib/ci/fwupd_setup_helpers.py install-dependencies --yes -o fedora
#generate a tarball
git config tar.tar.xz.command "xz -c"
mkdir -p build && pushd build
rm -rf *
@ -14,8 +13,6 @@ if [ "$QUBES" = "true" ]; then
QUBES_MACRO=(--define "qubes_packages 1")
fi
dnf install -y python3-pip
python3 -m pip install --user "meson >= 0.60.0"
meson .. \
-Ddocs=none \
-Dman=true \