Skip to content

Commit 9c1069e

Browse files
committed
core: add SSH session to GPU builds
1 parent 402bb1a commit 9c1069e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/ci.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ env:
1313
RUST_BACKTRACE: 1
1414
# Faster crates.io index checkout.
1515
CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse
16+
RUST_LOG: debug
1617

1718
jobs:
1819
#set-msrv:
@@ -135,6 +136,11 @@ jobs:
135136
- name: Install required packages
136137
run: sudo apt install --no-install-recommends --yes libhwloc-dev nvidia-cuda-toolkit ocl-icd-opencl-dev
137138

139+
- name: Setup tmate session
140+
uses: mxschmitt/action-tmate@v3
141+
with:
142+
limit-access-to-actor: true
143+
138144
- name: Build with `cuda` and `opencl` features enabled
139145
run: cargo build --workspace --features cuda,opencl
140146
- name: Build with `cuda-supraseal` feature enabled
@@ -161,3 +167,9 @@ jobs:
161167
# run: cargo test -p storage-proofs-porep --features isolated-testing --release --lib stacked::vanilla::cores -- --skip stacked::vanilla::cores::tests::test_checkout_cores
162168
# env:
163169
# 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

0 commit comments

Comments
 (0)