From f4d19c7600a909c2f34f02d12a149cfbb3de452c Mon Sep 17 00:00:00 2001 From: Hyperling Date: Thu, 11 Feb 2021 20:50:01 -0600 Subject: [PATCH] Remove bad flag entirely. --- 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 cbfe72e..224fc5b 100644 --- a/tasks/miner/gpu/ethminer.yml +++ b/tasks/miner/gpu/ethminer.yml @@ -51,7 +51,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=OFF -ETHASHCPU=OFF -DEVBUILD=ON' + shell: 'cd /root/Downloads/ethminer/build; cmake .. -DETHASHCL=ON -DETHASHCUDA=OFF -DAPICORE=ON -DBINKERN=ON -DETHDBUS=ON -DUSE_SYS_OPENCL=OFF -DEVBUILD=ON' when: ethminer_install.failed - name: Ethminer | cmake Build