File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments