mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-15 10:29:47 +00:00
trivial: Fix Fedora CI
This commit is contained in:
parent
e9f765dc47
commit
95022acffb
@ -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"
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM fedora:35
|
||||
FROM fedora:36
|
||||
%%%OS%%%
|
||||
ENV LANG en_US.UTF-8
|
||||
ENV LANGUAGE en_US:en
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user