Skip to content

Commit f39dda7

Browse files
committed
add a tmate debugging session
1 parent e5e474c commit f39dda7

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/posix.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,12 @@ jobs:
102102
build_lib "$PLAT" "$INTERFACE64" "0"
103103
fi
104104
105+
- name: Setup tmate session
106+
if: ${{ failure() }}
107+
uses: mxschmitt/action-tmate@v3
108+
with:
109+
limit-access-to-actor: true
110+
105111
- name: Build and test wheel
106112
run: |
107113
if [[ "$NIGHTLY" = "true" ]]; then

tools/build_steps.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ function do_build_lib {
170170
CFLAGS="$CFLAGS -fvisibility=protected -Wno-uninitialized" \
171171
make BUFFERSIZE=20 DYNAMIC_ARCH=1 \
172172
USE_OPENMP=0 NUM_THREADS=64 \
173-
BINARY=$bitness $interface_flags $target_flags
173+
BINARY=$bitness $interface_flags $target_flags > /dev/null
174174
make PREFIX=$BUILD_PREFIX $interface_flags install
175175
popd
176176
stop_spinner

0 commit comments

Comments
 (0)