Skip to content

Commit b8675c0

Browse files
authored
Provisionally disable the Stack CI, it's too flaky. (#1639)
1 parent 751350b commit b8675c0

File tree

1 file changed

+34
-34
lines changed

1 file changed

+34
-34
lines changed

.github/workflows/master.yml

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -76,40 +76,40 @@ jobs:
7676
(cd servant-conduit && eval $DOCTEST)
7777
(cd servant-pipes && eval $DOCTEST)
7878
79-
stack:
80-
name: stack / ghc ${{ matrix.ghc }}
81-
runs-on: ubuntu-latest
82-
strategy:
83-
matrix:
84-
stack: ["2.7.5"]
85-
ghc: ["8.10.7"]
86-
87-
steps:
88-
- uses: actions/checkout@v2
89-
90-
- uses: haskell/actions/setup@v1
91-
name: Setup Haskell Stack
92-
with:
93-
ghc-version: ${{ matrix.ghc }}
94-
stack-version: ${{ matrix.stack }}
95-
96-
- uses: actions/[email protected]
97-
name: Cache ~/.stack
98-
with:
99-
path: ~/.stack
100-
key: ${{ runner.os }}-${{ matrix.ghc }}-stack
101-
102-
- name: Install dependencies
103-
run: |
104-
stack build --system-ghc --test --bench --no-run-tests --no-run-benchmarks --only-dependencies
105-
106-
- name: Build
107-
run: |
108-
stack build --system-ghc --test --bench --no-run-tests --no-run-benchmarks
109-
110-
- name: Test
111-
run: |
112-
stack test --system-ghc
79+
# stack:
80+
# name: stack / ghc ${{ matrix.ghc }}
81+
# runs-on: ubuntu-latest
82+
# strategy:
83+
# matrix:
84+
# stack: ["2.7.5"]
85+
# ghc: ["8.10.7"]
86+
87+
# steps:
88+
# - uses: actions/checkout@v2
89+
90+
# - uses: haskell/actions/setup@v1
91+
# name: Setup Haskell Stack
92+
# with:
93+
# ghc-version: ${{ matrix.ghc }}
94+
# stack-version: ${{ matrix.stack }}
95+
96+
# - uses: actions/[email protected]
97+
# name: Cache ~/.stack
98+
# with:
99+
# path: ~/.stack
100+
# key: ${{ runner.os }}-${{ matrix.ghc }}-stack
101+
102+
# - name: Install dependencies
103+
# run: |
104+
# stack build --system-ghc --test --bench --no-run-tests --no-run-benchmarks --only-dependencies
105+
106+
# - name: Build
107+
# run: |
108+
# stack build --system-ghc --test --bench --no-run-tests --no-run-benchmarks
109+
110+
# - name: Test
111+
# run: |
112+
# stack test --system-ghc
113113

114114
ghcjs:
115115
name: ubuntu-latest / ghcjs 8.6

0 commit comments

Comments
 (0)