Bug 1699777 - Update wine. r=glandium

Wine 6.0 fixes this locally.

 https://treeherder.mozilla.org/jobs?repo=try&revision=d298c6976323480b44fc8bb5fccbc13fff08d780

Differential Revision: https://phabricator.services.mozilla.com/D109167
This commit is contained in:
Emilio Cobos Álvarez 2021-03-20 04:43:07 +00:00
parent 236fbd8307
commit 97f5b13ac3
3 changed files with 11 additions and 8 deletions

View File

@ -277,16 +277,19 @@ upx-3.95-win:
sha256: 5c076f87ba64d82f11513f4af0ceb07246a3540aa3c72ca3ffc2d53971fa56e3
size: 462820
wine-5.0:
description: wine-5.0.tar.xz
wine:
description: wine source code
fetch:
type: static-url
url: https://dl.winehq.org/wine/source/5.0/wine-5.0.tar.xz
sha256: 181550ba69a80b00c631f80c28ff7642264613bbecdb0c0fc04d6534866713b4
size: 22469428
url: https://dl.winehq.org/wine/source/6.0/wine-6.0.tar.xz
sha256: b493065f2f83ee429c62e2ec58698a3cf63ef78722e1b20765823152e8582c56
size: 24192280
gpg-signature:
sig-url: "{url}.sign"
key-path: build/unix/build-gcc/DA23579A74D4AD9AF9D3F945CEFAC8EAAF17519D.key
artifact-name: wine.tar.zst
strip-components: 1
add-prefix: wine-source/
cbindgen-0.16.0:
description: cbindgen source code

View File

@ -268,7 +268,7 @@ linux64-wine:
toolchain-artifact: public/build/wine.tar.xz
fetches:
fetch:
- wine-5.0
- wine
win32-pdbstr:
description: "pdbstr for 32-bits Windows"

View File

@ -9,11 +9,11 @@ mkdir -p $WORKSPACE/build/wine
mkdir -p $WORKSPACE/build/wine64
cd $WORKSPACE/build/wine64
$MOZ_FETCHES_DIR/wine-5.0/configure --enable-win64 --without-x --without-freetype --prefix=$INSTALL_DIR/
$MOZ_FETCHES_DIR/wine-source/configure --enable-win64 --without-x --without-freetype --prefix=$INSTALL_DIR/
make -j$(nproc)
cd $WORKSPACE/build/wine
$MOZ_FETCHES_DIR/wine-5.0/configure --with-wine64=../wine64 --without-x --without-freetype --prefix=$INSTALL_DIR/
$MOZ_FETCHES_DIR/wine-source/configure --with-wine64=../wine64 --without-x --without-freetype --prefix=$INSTALL_DIR/
make -j$(nproc)
make install