Skip to content

Commit

Permalink
.github/workflows/ci-cygwin-*.yml: Use configure --enable-fat-binary …
Browse files Browse the repository at this point in the history
…- the environment variable SAGE_FAT_BINARY is not passed through tox
  • Loading branch information
Matthias Koeppe committed Mar 12, 2021
1 parent 86f4c34 commit 1092d4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci-cygwin-minimal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ env:
SAGE_CHECK: warn
SAGE_CHECK_PACKAGES: "!cython,!r,!python3,!nose,!pathpy,!gap,!cysignals,!linbox,!git,!ppl"
CYGWIN: winsymlinks:native
CONFIGURE_ARGS: --enable-experimental-packages --enable-download-from-upstream-url
SAGE_FAT_BINARY: yes
CONFIGURE_ARGS: --enable-experimental-packages --enable-download-from-upstream-url --enable-fat-binary
SAGE_LOCAL: /opt/sage-${{ github.sha }}

jobs:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/ci-cygwin-standard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ env:
SAGE_CHECK: warn
SAGE_CHECK_PACKAGES: "!cython,!r,!python3,!nose,!pathpy,!gap,!cysignals,!linbox,!git,!ppl"
CYGWIN: winsymlinks:native
CONFIGURE_ARGS: --enable-experimental-packages --enable-download-from-upstream-url
SAGE_FAT_BINARY: yes
CONFIGURE_ARGS: --enable-experimental-packages --enable-download-from-upstream-url --enable-fat-binary
SAGE_LOCAL: /opt/sage-${{ github.sha }}

jobs:
Expand Down

0 comments on commit 1092d4b

Please sign in to comment.