forked from node-real/bsc-erigon
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'node-real:main' into main
- Loading branch information
Showing
701 changed files
with
39,286 additions
and
28,470 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,6 +33,8 @@ jobs: | |
|
||
steps: | ||
- uses: actions/checkout@v3 | ||
with: | ||
fetch-depth: 0 | ||
- uses: actions/setup-go@v4 | ||
with: | ||
go-version: '1.21' | ||
|
@@ -57,7 +59,7 @@ jobs: | |
if: runner.os == 'Linux' | ||
uses: golangci/golangci-lint-action@v4 | ||
with: | ||
version: v1.56.1 | ||
version: v1.57.2 | ||
skip-build-cache: true | ||
args: --help | ||
|
||
|
@@ -72,42 +74,50 @@ 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 | ||
- name: SonarCloud | ||
if: runner.os == 'Linux' | ||
uses: SonarSource/[email protected] | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any | ||
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} | ||
continue-on-error: true | ||
|
||
# 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 | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.