Skip to content

Commit b86bdb7

Browse files
authored
silkworm: disable in release binaries (erigontech#8927)
A short-term safety measure to keep release.yml GH workflow unaffected.
1 parent dac73f4 commit b86bdb7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.goreleaser.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ builds:
1414
env:
1515
- CC=o64-clang
1616
- CXX=o64-clang++
17-
tags: [ nosqlite, noboltdb ]
17+
tags: [ nosqlite, noboltdb, nosilkworm ]
1818
ldflags: -s -w
1919

2020
- id: darwin-arm64
@@ -25,7 +25,7 @@ builds:
2525
env:
2626
- CC=oa64-clang
2727
- CXX=oa64-clang++
28-
tags: [ nosqlite, noboltdb ]
28+
tags: [ nosqlite, noboltdb, nosilkworm ]
2929
ldflags: -s -w
3030

3131
- id: linux-amd64
@@ -36,7 +36,7 @@ builds:
3636
env:
3737
- CC=x86_64-linux-gnu-gcc
3838
- CXX=x86_64-linux-gnu-g++
39-
tags: [ nosqlite, noboltdb ]
39+
tags: [ nosqlite, noboltdb, nosilkworm ]
4040
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
4141

4242
- id: linux-arm64
@@ -47,7 +47,7 @@ builds:
4747
env:
4848
- CC=aarch64-linux-gnu-gcc
4949
- CXX=aarch64-linux-gnu-g++
50-
tags: [ nosqlite, noboltdb ]
50+
tags: [ nosqlite, noboltdb, nosilkworm ]
5151
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
5252

5353
- id: windows-amd64
@@ -58,7 +58,7 @@ builds:
5858
env:
5959
- CC=x86_64-w64-mingw32-gcc
6060
- CXX=x86_64-w64-mingw32-g++
61-
tags: [ nosqlite, noboltdb ]
61+
tags: [ nosqlite, noboltdb, nosilkworm ]
6262
ldflags: -s -w
6363

6464

0 commit comments

Comments
 (0)