Skip to content

Commit 1092d4b

Browse files
author
Matthias Koeppe
committed
.github/workflows/ci-cygwin-*.yml: Use configure --enable-fat-binary - the environment variable SAGE_FAT_BINARY is not passed through tox
1 parent 86f4c34 commit 1092d4b

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/ci-cygwin-minimal.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ env:
1515
SAGE_CHECK: warn
1616
SAGE_CHECK_PACKAGES: "!cython,!r,!python3,!nose,!pathpy,!gap,!cysignals,!linbox,!git,!ppl"
1717
CYGWIN: winsymlinks:native
18-
CONFIGURE_ARGS: --enable-experimental-packages --enable-download-from-upstream-url
19-
SAGE_FAT_BINARY: yes
18+
CONFIGURE_ARGS: --enable-experimental-packages --enable-download-from-upstream-url --enable-fat-binary
2019
SAGE_LOCAL: /opt/sage-${{ github.sha }}
2120

2221
jobs:

.github/workflows/ci-cygwin-standard.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ env:
1515
SAGE_CHECK: warn
1616
SAGE_CHECK_PACKAGES: "!cython,!r,!python3,!nose,!pathpy,!gap,!cysignals,!linbox,!git,!ppl"
1717
CYGWIN: winsymlinks:native
18-
CONFIGURE_ARGS: --enable-experimental-packages --enable-download-from-upstream-url
19-
SAGE_FAT_BINARY: yes
18+
CONFIGURE_ARGS: --enable-experimental-packages --enable-download-from-upstream-url --enable-fat-binary
2019
SAGE_LOCAL: /opt/sage-${{ github.sha }}
2120

2221
jobs:

0 commit comments

Comments
 (0)