File tree 1 file changed +9
-8
lines changed
1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change 44
44
env :
45
45
TARGET_TRIPLE : x86_64-apple-darwin
46
46
# cross-compile from Linux to Windows using mingw
47
- - os : ubuntu-latest
48
- env :
49
- TARGET_TRIPLE : x86_64-pc-windows-gnu
47
+ # FIXME The wine version in Ubuntu 22.04 is missing ProcessPrng
48
+ # - os: ubuntu-latest
49
+ # env:
50
+ # TARGET_TRIPLE: x86_64-pc-windows-gnu
50
51
- os : ubuntu-latest
51
52
env :
52
53
TARGET_TRIPLE : aarch64-unknown-linux-gnu
@@ -80,11 +81,11 @@ jobs:
80
81
if : matrix.os == 'windows-latest' && matrix.env.TARGET_TRIPLE == 'x86_64-pc-windows-gnu'
81
82
run : rustup set default-host x86_64-pc-windows-gnu
82
83
83
- - name : Install MinGW toolchain and wine
84
- if : matrix.os == 'ubuntu-latest' && matrix.env.TARGET_TRIPLE == 'x86_64-pc-windows-gnu'
85
- run : |
86
- sudo apt-get update
87
- sudo apt-get install -y gcc-mingw-w64-x86-64 wine-stable
84
+ # - name: Install MinGW toolchain and wine
85
+ # if: matrix.os == 'ubuntu-latest' && matrix.env.TARGET_TRIPLE == 'x86_64-pc-windows-gnu'
86
+ # run: |
87
+ # sudo apt-get update
88
+ # sudo apt-get install -y gcc-mingw-w64-x86-64 wine-stable
88
89
89
90
- name : Install AArch64 toolchain and qemu
90
91
if : matrix.os == 'ubuntu-latest' && matrix.env.TARGET_TRIPLE == 'aarch64-unknown-linux-gnu'
You can’t perform that action at this time.
0 commit comments