Commit de94db3 1 parent 38f65de commit de94db3 Copy full SHA for de94db3
File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 57
57
# run: cargo fmt --all -- --check
58
58
59
59
test_release :
60
- runs-on : ubuntu-latest
60
+ runs-on : ubuntu-24.04
61
61
name : Test in release mode
62
62
strategy :
63
63
matrix :
@@ -136,16 +136,16 @@ jobs:
136
136
- name : Install required packages
137
137
run : sudo apt install --no-install-recommends --yes libhwloc-dev nvidia-cuda-toolkit ocl-icd-opencl-dev
138
138
139
- - name : Setup tmate session
140
- uses : mxschmitt/action-tmate@v3
141
- with :
142
- limit-access-to-actor : true
139
+ # - name: Setup tmate session
140
+ # uses: mxschmitt/action-tmate@v3
141
+ # with:
142
+ # limit-access-to-actor: true
143
143
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
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
148
- run : cargo build --workspace --no-default-features --features cuda-supraseal
148
+ run : CC=gcc-12 CXX=g++-12 NVCC_PREPEND_FLAGS='-ccbin /usr/bin/g++-12' cargo build --workspace --no-default-features --features cuda-supraseal
149
149
150
150
# multicore_sdr:
151
151
# runs-on: ubuntu-latest
You can’t perform that action at this time.
0 commit comments