File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333 update : true
3434 install : git ${{matrix.compiler}} autotools base-devel autoconf netcat
3535 - name : configure wolfSSL
36- run : ./autogen.sh && ./configure CFLAGS="-DUSE_CERT_BUFFERS_2048 -DUSE_CERT_BUFFERS_256"
36+ run : ./autogen.sh && ./configure CFLAGS="-DUSE_CERT_BUFFERS_2048 -DUSE_CERT_BUFFERS_256 -DNO_WRITE_TEMP_FILES "
3737 - name : build wolfSSL
3838 run : make check
3939 - name : Display log
Original file line number Diff line number Diff line change @@ -467,7 +467,7 @@ generate_port() {
467467 # Generate a random port number
468468 # -------------------------------------------------------------------------#
469469
470- if [[ " $OSTYPE " == " linux" * || " $OSTYPE " == " msys"
470+ if [[ " $OSTYPE " == " linux" * || " $OSTYPE " == " msys"
471471 || " $OSTYPE " == " cygwin" ]]; then
472472 port=$(( $(od - An - N2 / dev/ urandom) % (65535 - 49512 ) + 49512 ))
473473 elif [[ " $OSTYPE " == " darwin" * ]]; then
You can’t perform that action at this time.
0 commit comments