mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-22 03:30:37 +00:00
Update mingw cmake version for windows (#8856)
From comment https://github.com/ledgerwatch/erigon/issues/8623#issuecomment-1831473288
This commit is contained in:
parent
71d7e2c957
commit
e91dc9f1bf
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -94,8 +94,8 @@ jobs:
|
||||
key: chocolatey-${{ matrix.os }}
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
choco upgrade mingw -y --no-progress --version 11.2.0.07112021
|
||||
choco install cmake -y --no-progress --version 3.23.1
|
||||
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
|
||||
|
@ -57,8 +57,8 @@ jobs:
|
||||
key: chocolatey-${{ matrix.os }}
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
choco upgrade mingw -y --no-progress --version 11.2.0.07112021
|
||||
choco install cmake -y --no-progress --version 3.23.1
|
||||
choco upgrade mingw -y --no-progress --version 13.2.0
|
||||
choco install cmake -y --no-progress --version 3.27.8
|
||||
|
||||
- name: test-integration-caplin
|
||||
run: cd ./cl/spectest/ && .\wmake.ps1 Tests Mainnet
|
||||
|
4
.github/workflows/test-integration.yml
vendored
4
.github/workflows/test-integration.yml
vendored
@ -58,8 +58,8 @@ jobs:
|
||||
key: chocolatey-${{ matrix.os }}
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
choco upgrade mingw -y --no-progress --version 11.2.0.07112021
|
||||
choco install cmake -y --no-progress --version 3.23.1
|
||||
choco upgrade mingw -y --no-progress --version 13.2.0
|
||||
choco install cmake -y --no-progress --version 3.27.8
|
||||
|
||||
- name: test-integration
|
||||
run: .\wmake.ps1 test-integration
|
||||
|
@ -215,7 +215,7 @@ Windows users may run erigon in 3 possible ways:
|
||||
* [Git](https://git-scm.com/downloads) for Windows must be installed. If you're cloning this repository is very
|
||||
likely you already have it
|
||||
* [GO Programming Language](https://golang.org/dl/) must be installed. Minimum required version is 1.20
|
||||
* GNU CC Compiler at least version 10 (is highly suggested that you install `chocolatey` package manager - see
|
||||
* GNU CC Compiler at least version 13 (is highly suggested that you install `chocolatey` package manager - see
|
||||
following point)
|
||||
* If you need to build MDBX tools (i.e. `.\wmake.ps1 db-tools`)
|
||||
then [Chocolatey package manager](https://chocolatey.org/) for Windows must be installed. By Chocolatey you need
|
||||
|
4
erigon-lib/.github/workflows/ci.yml
vendored
4
erigon-lib/.github/workflows/ci.yml
vendored
@ -41,8 +41,8 @@ jobs:
|
||||
- name: Install deps
|
||||
if: matrix.os == 'windows-2022'
|
||||
run: |
|
||||
choco upgrade mingw -y --no-progress --version 11.2.0.07112021
|
||||
choco install cmake -y --no-progress --version 3.23.1
|
||||
choco upgrade mingw -y --no-progress --version 13.2.0
|
||||
choco install cmake -y --no-progress --version 3.27.8
|
||||
|
||||
- name: Lint
|
||||
if: matrix.os == 'ubuntu-20.04'
|
||||
|
Loading…
Reference in New Issue
Block a user