Skip to content

Commit 3769a15

Browse files
committed
(Release) Wine 11.0-rc4-1 patchset
- Rebase to latest wine/staging
1 parent ac0682e commit 3769a15

File tree

34 files changed

+2239
-1598
lines changed

34 files changed

+2239
-1598
lines changed

.github/workflows/build-aur.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,10 +138,10 @@ jobs:
138138
sudo -u builder bash << EOF
139139
if ! paru --version 1>/dev/null; then
140140
cd ${{ env.PARU_CACHE }}/clone
141-
if [ ! -d "paru-bin" ]; then
142-
git clone https://aur.archlinux.org/paru-bin.git
141+
if [ ! -d "paru" ]; then
142+
git clone https://aur.archlinux.org/paru.git
143143
fi
144-
cd paru-bin
144+
cd paru
145145
makepkg -si --noconfirm --nocheck
146146
else
147147
echo "paru already installed, skipping build"

.github/workflows/build-compiler-matrix.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -266,10 +266,10 @@ jobs:
266266
sudo -u builder bash << EOF
267267
if ! paru --version 1>/dev/null; then
268268
cd ${{ env.PARU_CACHE }}/clone
269-
if [ ! -d "paru-bin" ]; then
270-
git clone https://aur.archlinux.org/paru-bin.git
269+
if [ ! -d "paru" ]; then
270+
git clone https://aur.archlinux.org/paru.git
271271
fi
272-
cd paru-bin
272+
cd paru
273273
makepkg -si --noconfirm --nocheck
274274
else
275275
echo "paru already installed, skipping build"

0003-pending-mrs-and-backports/7797-ntdll-Wait-for-all-pending-operations-to-be-cancelled-in-NtCancelIoFile-Ex-/0001-ntdll-Factor-out-a-cancel-io-function.patch

Lines changed: 0 additions & 81 deletions
This file was deleted.

0003-pending-mrs-and-backports/7797-ntdll-Wait-for-all-pending-operations-to-be-cancelled-in-NtCancelIoFile-Ex-/0002-server-Introduce-a-find-async-from-user-helper.patch

Lines changed: 0 additions & 53 deletions
This file was deleted.

0003-pending-mrs-and-backports/7797-ntdll-Wait-for-all-pending-operations-to-be-cancelled-in-NtCancelIoFile-Ex-/0003-server-Factor-out-a-cancel-async-function.patch

Lines changed: 0 additions & 180 deletions
This file was deleted.

0 commit comments

Comments
 (0)