mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-10 17:12:46 -05:00
Updated to newer gcc for compat build
This commit is contained in:
6
.github/workflows/deploy.yml
vendored
6
.github/workflows/deploy.yml
vendored
@@ -84,14 +84,16 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Prepare CentOS 7 tools
|
- name: Prepare CentOS 7 tools
|
||||||
run: |
|
run: |
|
||||||
yum install -y epel-release
|
yum install -y centos-release-scl epel-release
|
||||||
yum install -y git cmake gcc gcc-c++ libstdc++-static make openssl-devel libmicrohttpd-devel libuv-devel glibc-static libuv-static
|
yum install -y devtoolset-9
|
||||||
|
yum install -y git cmake libstdc++-static openssl-devel libmicrohttpd-devel libuv-devel glibc-static libuv-static
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
run: |
|
run: |
|
||||||
git clone https://github.com/MoneroOcean/xmrig.git .
|
git clone https://github.com/MoneroOcean/xmrig.git .
|
||||||
git checkout ${GITHUB_REF:10}
|
git checkout ${GITHUB_REF:10}
|
||||||
- name: Build project on CentOS 7
|
- name: Build project on CentOS 7
|
||||||
run: |
|
run: |
|
||||||
|
source /opt/rh/devtoolset-9/enable
|
||||||
cmake . -DWITH_TLS=OFF -DWITH_HWLOC=OFF
|
cmake . -DWITH_TLS=OFF -DWITH_HWLOC=OFF
|
||||||
make -j$(nproc)
|
make -j$(nproc)
|
||||||
cp src/config.json .
|
cp src/config.json .
|
||||||
|
|||||||
@@ -28,7 +28,7 @@
|
|||||||
#define APP_ID "xmrig"
|
#define APP_ID "xmrig"
|
||||||
#define APP_NAME "XMRig"
|
#define APP_NAME "XMRig"
|
||||||
#define APP_DESC "XMRig miner"
|
#define APP_DESC "XMRig miner"
|
||||||
#define APP_VERSION "6.8.1-mo1"
|
#define APP_VERSION "6.8.1-mo2"
|
||||||
#define APP_DOMAIN "xmrig.com"
|
#define APP_DOMAIN "xmrig.com"
|
||||||
#define APP_SITE "www.xmrig.com"
|
#define APP_SITE "www.xmrig.com"
|
||||||
#define APP_COPYRIGHT "Copyright (C) 2016-2021 xmrig.com"
|
#define APP_COPYRIGHT "Copyright (C) 2016-2021 xmrig.com"
|
||||||
|
|||||||
Reference in New Issue
Block a user