Skip to content

Commit def11af

Browse files
committed
Execution Dockerfile adjustments
1 parent eef404b commit def11af

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/publish.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
dockerfile:
2323
- { name: "monad-bft", file: "docker/devnet/Dockerfile" }
2424
- { name: "monad-rpc", file: "docker/rpc/Dockerfile" }
25-
- { name: "monad-execution", file: "monad-cxx/monad-execution/docker/release.Dockerfile", context: "monad-cxx/monad-execution" }
25+
- { name: "monad-execution", file: "monad-cxx/monad-execution/docker/Dockerfile", context: "monad-cxx/monad-execution" }
2626
- { name: "monad-tx-gen", file: "docker/txgen/Dockerfile" }
2727
- { name: "monad-archive", file: "docker/archive/Dockerfile" }
2828
- { name: "rpc-request-generator", file: "docker/rpc-request-gen/Dockerfile" }
@@ -100,5 +100,8 @@ jobs:
100100
build-args: |
101101
GIT_COMMIT_HASH=${{ env.GIT_COMMIT_HASH }}
102102
GIT_TAG_VERSION=${{ env.GIT_TAG_VERSION }}
103+
CC=gcc-15
104+
CXX=g++-15
105+
CMAKE_BUILD_TYPE=RelWithDebInfo
103106
builder: ${{ steps.setup-buildx.outputs.name }}
104107
allow: security.insecure

0 commit comments

Comments
 (0)