Skip to content

Commit

Permalink
Added new gcc for RH7 build
Browse files Browse the repository at this point in the history
  • Loading branch information
MoneroOcean committed Feb 19, 2021
1 parent ab535a1 commit 8796ce0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,14 +78,16 @@ jobs:
steps:
- name: Prepare CentOS 7 tools
run: |
yum install -y epel-release
yum install -y git cmake gcc gcc-c++ libstdc++-static make openssl-devel libmicrohttpd-devel libuv-devel
yum install -y centos-release-scl epel-release
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
run: |
git clone https://github.com/MoneroOcean/xmrig-proxy.git .
git checkout ${GITHUB_REF:10}
- name: Build project on CentOS 7
run: |
source /opt/rh/devtoolset-9/enable
cmake . -DWITH_TLS=OFF
make -j$(nproc)
cp src/config.json .
Expand Down
2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#define APP_ID "xmrig-proxy"
#define APP_NAME "xmrig-proxy"
#define APP_DESC "XMRig Stratum proxy"
#define APP_VERSION "6.4.0-mo3"
#define APP_VERSION "6.4.0-mo4"
#define APP_DOMAIN "xmrig.com"
#define APP_SITE "www.xmrig.com"
#define APP_COPYRIGHT "Copyright (C) 2016-2020 xmrig.com"
Expand Down

0 comments on commit 8796ce0

Please sign in to comment.