Skip to content

Commit

Permalink
disable windows and caplin ci
Browse files Browse the repository at this point in the history
  • Loading branch information
blxdyx committed Apr 12, 2024
1 parent a8173ac commit b4eb1de
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 38 deletions.
72 changes: 36 additions & 36 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,42 +74,42 @@ jobs:
- name: Test
run: make test

tests-windows:
if: ${{ github.event_name == 'push' || !github.event.pull_request.draft }}
strategy:
matrix:
os: [ windows-2022 ]
runs-on: ${{ matrix.os }}

steps:
- name: configure Pagefile
uses: al-cheb/[email protected]
with:
minimum-size: 8GB
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '1.21'

- uses: actions/cache@v3
with:
path: |
C:\ProgramData\chocolatey\lib\mingw
C:\ProgramData\chocolatey\lib\cmake
key: chocolatey-${{ matrix.os }}
- name: Install dependencies
run: |
choco upgrade mingw -y --no-progress --version 13.2.0
choco install cmake -y --no-progress --version 3.27.8
- name: Build
run: .\wmake.ps1 all

- name: Test
run: .\wmake.ps1 test

- name: Test erigon-lib
run: cd erigon-lib && make test-no-fuzz
# tests-windows:
# if: ${{ github.event_name == 'push' || !github.event.pull_request.draft }}
# strategy:
# matrix:
# os: [ windows-2022 ]
# runs-on: ${{ matrix.os }}
#
# steps:
# - name: configure Pagefile
# uses: al-cheb/[email protected]
# with:
# minimum-size: 8GB
# - uses: actions/checkout@v3
# - uses: actions/setup-go@v4
# with:
# go-version: '1.21'
#
# - uses: actions/cache@v3
# with:
# path: |
# C:\ProgramData\chocolatey\lib\mingw
# C:\ProgramData\chocolatey\lib\cmake
# key: chocolatey-${{ matrix.os }}
# - name: Install dependencies
# run: |
# choco upgrade mingw -y --no-progress --version 13.2.0
# choco install cmake -y --no-progress --version 3.27.8
#
# - name: Build
# run: .\wmake.ps1 all
#
# - name: Test
# run: .\wmake.ps1 test
#
# - name: Test erigon-lib
# run: cd erigon-lib && make test-no-fuzz

docker-build-check:
# don't run this on devel - the PR must have run it to be merged and it misleads that this pushes the docker image
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/test-integration-caplin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@ name: Consensus specification tests
on:
push:
branches:
- devel
- alpha
- 'release/**'
pull_request:
branches:
- devel
- alpha
- 'release/**'
types:
Expand Down

0 comments on commit b4eb1de

Please sign in to comment.