feat: 移除不再需要的 BlockTemplate.cpp 文件,优化 Dockerfile 配置
Build and Release / build-and-test (amd64, ubuntu) (push) Successful in -50s
Build and Release / build-and-test (amd64, alpine) (push) Successful in -36s
Build and Release / build-and-test (arm64, ubuntu) (push) Successful in 5m29s
Build and Release / build-and-test (arm64, alpine) (push) Successful in 6m24s
Build and Release / release (push) Has been skipped

This commit is contained in:
2026-04-18 15:52:47 +08:00
parent a4762d9fd7
commit c2b9c3cb6e
4 changed files with 1 additions and 415 deletions
-3
View File
@@ -33,9 +33,6 @@ RUN git clone --recursive https://github.com/Bendr0id/xmrigCC.git && \
WORKDIR /xxxigcc
RUN rm -rf ./src/base/tools/cryptonote/BlockTemplate.cpp
COPY ./templates/BlockTemplate.cpp ./src/base/tools/cryptonote/BlockTemplate.cpp
COPY ./init.sh ./init.sh
# 根据目标架构优化编译
-3
View File
@@ -37,9 +37,6 @@ RUN git clone --recursive https://github.com/Bendr0id/xmrigCC.git && \
WORKDIR /xxxigcc
RUN rm -rf ./src/base/tools/cryptonote/BlockTemplate.cpp
COPY ./templates/BlockTemplate.cpp ./src/base/tools/cryptonote/BlockTemplate.cpp
COPY ./init.sh ./init.sh
# 根据目标架构设置编译环境和参数