File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ jobs:
129
129
# cargo test -p filecoin-proofs --release --no-default-features --features cuda-supraseal -- --nocapture --test-threads=1 --ignored
130
130
131
131
build_gpu :
132
- runs-on : ubuntu-latest
132
+ runs-on : ubuntu-24.04
133
133
name : Build with various GPU support enabled
134
134
steps :
135
135
- uses : actions/checkout@v4
@@ -144,6 +144,7 @@ jobs:
144
144
- name : Build with `cuda` and `opencl` features enabled
145
145
run : cargo build --workspace --features cuda,opencl
146
146
- name : Build with `cuda-supraseal` feature enabled
147
+ # run: CC=gcc-10 CXX=g++-10 NVCC_PREPEND_FLAGS='-ccbin /usr/bin/g++-10' cargo build --workspace --no-default-features --features cuda-supraseal
147
148
run : cargo build --workspace --no-default-features --features cuda-supraseal
148
149
149
150
# multicore_sdr:
You can’t perform that action at this time.
0 commit comments