File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 13
13
RUST_BACKTRACE : 1
14
14
# Faster crates.io index checkout.
15
15
CARGO_REGISTRIES_CRATES_IO_PROTOCOL : sparse
16
+ RUST_LOG : debug
16
17
17
18
jobs :
18
19
# set-msrv:
@@ -135,6 +136,11 @@ jobs:
135
136
- name : Install required packages
136
137
run : sudo apt install --no-install-recommends --yes libhwloc-dev nvidia-cuda-toolkit ocl-icd-opencl-dev
137
138
139
+ - name : Setup tmate session
140
+ uses : mxschmitt/action-tmate@v3
141
+ with :
142
+ limit-access-to-actor : true
143
+
138
144
- name : Build with `cuda` and `opencl` features enabled
139
145
run : cargo build --workspace --features cuda,opencl
140
146
- name : Build with `cuda-supraseal` feature enabled
@@ -161,3 +167,9 @@ jobs:
161
167
# run: cargo test -p storage-proofs-porep --features isolated-testing --release --lib stacked::vanilla::cores -- --skip stacked::vanilla::cores::tests::test_checkout_cores
162
168
# env:
163
169
# FIL_PROOFS_USE_MULTICORE_SDR: true
170
+
171
+ # ssh_session:
172
+ # - name: Setup tmate session
173
+ # uses: mxschmitt/action-tmate@v3
174
+ # with:
175
+ # limit-access-to-actor: true
You can’t perform that action at this time.
0 commit comments