Update .gitea/workflows/build-xmrig-cuda.yaml
Some checks failed
Build xmrig-cuda / linux-amd64 (push) Failing after 7m45s
Some checks failed
Build xmrig-cuda / linux-amd64 (push) Failing after 7m45s
This commit is contained in:
parent
fbc75af95e
commit
bade504b0e
@ -1,4 +1,4 @@
|
||||
name: Build XMRig (CUDA)
|
||||
name: Build xmrig-cuda
|
||||
|
||||
on:
|
||||
push:
|
||||
@ -6,14 +6,14 @@ on:
|
||||
- cuda
|
||||
|
||||
jobs:
|
||||
linux-amd64-cuda:
|
||||
linux-amd64:
|
||||
runs-on: ubuntu-latest
|
||||
container: nvidia/cuda:12.6.0-devel-ubuntu24.04
|
||||
steps:
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
apt-get update
|
||||
apt-get install -y git build-essential cmake automake libtool autoconf tree nodejs
|
||||
apt-get install -y git build-essential cmake automake libtool autoconf nodejs
|
||||
|
||||
- name: Fetch sources
|
||||
run: |
|
||||
@ -24,10 +24,9 @@ jobs:
|
||||
mkdir -p xmrig-cuda/build && cd xmrig-cuda/build
|
||||
cmake .. -DCUDA_LIB=/usr/local/cuda/lib64/stubs/libcuda.so -DCUDA_TOOLKIT_ROOT_DIR=/usr/local/cuda
|
||||
make -j$(nproc)
|
||||
tree
|
||||
|
||||
- name: Upload artifacts
|
||||
uses: christopherhx/gitea-upload-artifact@v4
|
||||
with:
|
||||
name: xmrig-linux-amd64-cuda
|
||||
name: xmrig-cuda-linux-amd64
|
||||
path: xmrig-cuda/build
|
||||
|
Loading…
x
Reference in New Issue
Block a user