Skip to content

Commit 556a3af

Browse files
committed
ci.yml: remove cygwin (broken, see sagemath#218)
1 parent 311d0d7 commit 556a3af

File tree

1 file changed

+0
-31
lines changed

1 file changed

+0
-31
lines changed

.github/workflows/ci.yml

-31
Original file line numberDiff line numberDiff line change
@@ -51,37 +51,6 @@ concurrency:
5151
cancel-in-progress: true
5252

5353
jobs:
54-
cygwin:
55-
runs-on: windows-latest
56-
strategy:
57-
fail-fast: false
58-
matrix:
59-
python-version-start: [python-3]
60-
python-version: [9]
61-
steps:
62-
- run: |
63-
git config --global core.autocrlf false
64-
git config --global core.symlinks true
65-
- name: Set up the repository
66-
uses: actions/checkout@v4
67-
with:
68-
submodules: recursive
69-
fetch-depth: 0
70-
- name: Set up Cygwin
71-
uses: egor-tensin/setup-cygwin@v4
72-
with:
73-
packages: gcc-core gcc-g++ python3${{ matrix.python-version }}-devel ninja pkgconf
74-
- name: Install dependencies
75-
shell: C:\tools\cygwin\bin\bash.exe --norc -eo pipefail -o igncr '{0}'
76-
run: |
77-
python3.${{ matrix.python-version }} -m pip install --upgrade pip
78-
python3.${{ matrix.python-version }} -m pip install --upgrade -r ./requirements.txt
79-
- name: Build and check
80-
shell: C:\tools\cygwin\bin\bash.exe --norc -eo pipefail -o igncr '{0}'
81-
run: |
82-
pip install --no-build-isolation --config-settings=builddir=builddir .
83-
meson test --print-errorlogs -C builddir
84-
8554
ci:
8655
name: CI (${{ matrix.os }} with Python ${{ matrix.python-version }})
8756
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)