mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-22 03:30:37 +00:00
silkworm: disable in release binaries (#8927)
A short-term safety measure to keep release.yml GH workflow unaffected.
This commit is contained in:
parent
dac73f4b57
commit
b86bdb7a7e
@ -14,7 +14,7 @@ builds:
|
|||||||
env:
|
env:
|
||||||
- CC=o64-clang
|
- CC=o64-clang
|
||||||
- CXX=o64-clang++
|
- CXX=o64-clang++
|
||||||
tags: [ nosqlite, noboltdb ]
|
tags: [ nosqlite, noboltdb, nosilkworm ]
|
||||||
ldflags: -s -w
|
ldflags: -s -w
|
||||||
|
|
||||||
- id: darwin-arm64
|
- id: darwin-arm64
|
||||||
@ -25,7 +25,7 @@ builds:
|
|||||||
env:
|
env:
|
||||||
- CC=oa64-clang
|
- CC=oa64-clang
|
||||||
- CXX=oa64-clang++
|
- CXX=oa64-clang++
|
||||||
tags: [ nosqlite, noboltdb ]
|
tags: [ nosqlite, noboltdb, nosilkworm ]
|
||||||
ldflags: -s -w
|
ldflags: -s -w
|
||||||
|
|
||||||
- id: linux-amd64
|
- id: linux-amd64
|
||||||
@ -36,7 +36,7 @@ builds:
|
|||||||
env:
|
env:
|
||||||
- CC=x86_64-linux-gnu-gcc
|
- CC=x86_64-linux-gnu-gcc
|
||||||
- CXX=x86_64-linux-gnu-g++
|
- CXX=x86_64-linux-gnu-g++
|
||||||
tags: [ nosqlite, noboltdb ]
|
tags: [ nosqlite, noboltdb, nosilkworm ]
|
||||||
ldflags: -s -w -extldflags "-static" # We need to build a static binary because we are building in a glibc based system and running in a musl container
|
ldflags: -s -w -extldflags "-static" # We need to build a static binary because we are building in a glibc based system and running in a musl container
|
||||||
|
|
||||||
- id: linux-arm64
|
- id: linux-arm64
|
||||||
@ -47,7 +47,7 @@ builds:
|
|||||||
env:
|
env:
|
||||||
- CC=aarch64-linux-gnu-gcc
|
- CC=aarch64-linux-gnu-gcc
|
||||||
- CXX=aarch64-linux-gnu-g++
|
- CXX=aarch64-linux-gnu-g++
|
||||||
tags: [ nosqlite, noboltdb ]
|
tags: [ nosqlite, noboltdb, nosilkworm ]
|
||||||
ldflags: -s -w -extldflags "-static" # We need to build a static binary because we are building in a glibc based system and running in a musl container
|
ldflags: -s -w -extldflags "-static" # We need to build a static binary because we are building in a glibc based system and running in a musl container
|
||||||
|
|
||||||
- id: windows-amd64
|
- id: windows-amd64
|
||||||
@ -58,7 +58,7 @@ builds:
|
|||||||
env:
|
env:
|
||||||
- CC=x86_64-w64-mingw32-gcc
|
- CC=x86_64-w64-mingw32-gcc
|
||||||
- CXX=x86_64-w64-mingw32-g++
|
- CXX=x86_64-w64-mingw32-g++
|
||||||
tags: [ nosqlite, noboltdb ]
|
tags: [ nosqlite, noboltdb, nosilkworm ]
|
||||||
ldflags: -s -w
|
ldflags: -s -w
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user