Skip to content

Commit 9434186

Browse files
committed
Build against aws-lc PR #2381
1 parent bb74379 commit 9434186

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

Cross.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@ pre-build = [
99
"apt install --assume-yes --install-recommends winehq-stable",
1010
]
1111

12+
[target.i686-pc-windows-gnu]
13+
pre-build = [
14+
"apt-get update && apt-get install --assume-yes nasm wget",
15+
"mkdir -pm755 /etc/apt/keyrings",
16+
"wget -NP /etc/apt/sources.list.d/ https://dl.winehq.org/wine-builds/ubuntu/dists/jammy/winehq-jammy.sources",
17+
"apt install --assume-yes --install-recommends winehq-stable",
18+
]
19+
1220
[build.env]
1321
passthrough = [
1422
"AWS_LC_FIPS_SYS_EXTERNAL_BINDGEN",

0 commit comments

Comments
 (0)