From cf098e8c08c01def45bf60b386dfe0eccbd788ca Mon Sep 17 00:00:00 2001 From: Hyperling Date: Thu, 11 Feb 2021 20:44:24 -0600 Subject: [PATCH] Fix build flags. --- tasks/miner/gpu/ethminer.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/miner/gpu/ethminer.yml b/tasks/miner/gpu/ethminer.yml index 28e5b56..c849198 100644 --- a/tasks/miner/gpu/ethminer.yml +++ b/tasks/miner/gpu/ethminer.yml @@ -46,7 +46,7 @@ when: ethminer_install.failed - name: Ethminer | cmake Flags - shell: 'cd /root/Downloads/ethminer/build; cmake .. -DETHASHCL=ON -DETHASHCUDA=OFF -DAPICORE=ON -DBINKERN=ON -DETHDBUS=ON -DUSE_SYS_OPENCL=ON -ETHASHCPU=ON -DEVBUILD=ON' + shell: 'cd /root/Downloads/ethminer/build; cmake .. -DETHASHCL=ON -DETHASHCUDA=OFF -DAPICORE=ON -DBINKERN=ON -DETHDBUS=ON -DUSE_SYS_OPENCL=OFF -ETHASHCPU=OFF -DEVBUILD=ON' when: ethminer_install.failed - name: Ethminer | cmake Build