mirror of https://github.com/wolfSSL/wolfssl.git
define NO_WRITE_TEMP_FILES
parent
0c413e75c6
commit
b64f509d1b
|
@ -33,7 +33,7 @@ jobs:
|
||||||
update: true
|
update: true
|
||||||
install: git ${{matrix.compiler}} autotools base-devel autoconf netcat
|
install: git ${{matrix.compiler}} autotools base-devel autoconf netcat
|
||||||
- name: configure wolfSSL
|
- name: configure wolfSSL
|
||||||
run: ./autogen.sh && ./configure CFLAGS="-DUSE_CERT_BUFFERS_2048 -DUSE_CERT_BUFFERS_256"
|
run: ./autogen.sh && ./configure CFLAGS="-DUSE_CERT_BUFFERS_2048 -DUSE_CERT_BUFFERS_256 -DNO_WRITE_TEMP_FILES"
|
||||||
- name: build wolfSSL
|
- name: build wolfSSL
|
||||||
run: make check
|
run: make check
|
||||||
- name: Display log
|
- name: Display log
|
||||||
|
|
Loading…
Reference in New Issue