Skip to content

Commit 0badcc3

Browse files
committed
fix int128 job
1 parent 8dc7644 commit 0badcc3

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

.cirrus.yml

+5-10
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,10 @@ task:
273273
EXPERIMENTAL: yes
274274
SCHNORRSIG: yes
275275
CTIMETEST: no
276+
HOST: x86_64-w64-mingw32
277+
CC: /opt/msvc/bin/x64/cl
278+
AR: /opt/msvc/bin/x64/lib
279+
NM: /opt/msvc/bin/x64/dumpbin -symbols -headers
276280
# Set non-essential options that affect the CLI messages here.
277281
# (They depend on the user's taste, so we don't want to set them automatically in configure.ac.)
278282
CFLAGS: -nologo -diagnostics:caret
@@ -282,18 +286,9 @@ task:
282286
# the MSVC tools CC, AR and NM as specified below.
283287
matrix:
284288
- name: "x86_64 (MSVC): Windows (Debian stable, Wine)"
285-
env:
286-
HOST: x86_64-w64-mingw32
287-
CC: /opt/msvc/bin/x64/cl
288-
AR: /opt/msvc/bin/x64/lib
289-
NM: /opt/msvc/bin/x64/dumpbin -symbols -headers
290289
- name: "x86_64 (MSVC): Windows (Debian stable, Wine, int128_struct)"
291290
env:
292-
HOST: x86_64-w64-mingw32
293-
CC: /opt/msvc/bin/x64/cl
294-
AR: /opt/msvc/bin/x64/lib
295-
NM: /opt/msvc/bin/x64/dumpbin -symbols -headers
296-
WIDEMUL: int128
291+
WIDEMUL: int128_struct
297292
- name: "i686 (MSVC): Windows (Debian stable, Wine)"
298293
env:
299294
HOST: i686-w64-mingw32

0 commit comments

Comments
 (0)