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:
102
102
build_lib "$PLAT" "$INTERFACE64" "0"
103
103
fi
104
104
105
+ - name : Setup tmate session
106
+ if : ${{ failure() }}
107
+ uses : mxschmitt/action-tmate@v3
108
+ with :
109
+ limit-access-to-actor : true
110
+
105
111
- name : Build and test wheel
106
112
run : |
107
113
if [[ "$NIGHTLY" = "true" ]]; then
Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ function do_build_lib {
170
170
CFLAGS=" $CFLAGS -fvisibility=protected -Wno-uninitialized" \
171
171
make BUFFERSIZE=20 DYNAMIC_ARCH=1 \
172
172
USE_OPENMP=0 NUM_THREADS=64 \
173
- BINARY=$bitness $interface_flags $target_flags
173
+ BINARY=$bitness $interface_flags $target_flags > /dev/null
174
174
make PREFIX=$BUILD_PREFIX $interface_flags install
175
175
popd
176
176
stop_spinner
You can’t perform that action at this time.
0 commit comments