Disable system CA certs for msys2 test.

This commit is contained in:
David Garske
2025-06-24 10:28:42 -07:00
parent 5d7cb2ec07
commit 33972e3678

View File

@@ -26,7 +26,7 @@ jobs:
update: true update: true
install: git gcc autotools base-devel autoconf netcat install: git gcc autotools base-devel autoconf netcat
- name: configure wolfSSL - name: configure wolfSSL
run: ./autogen.sh && ./configure CFLAGS="-DUSE_CERT_BUFFERS_2048 -DUSE_CERT_BUFFERS_256 -DNO_WRITE_TEMP_FILES" run: ./autogen.sh && ./configure --disable-sys-ca-certs CFLAGS="-DUSE_CERT_BUFFERS_2048 -DUSE_CERT_BUFFERS_256 -DNO_WRITE_TEMP_FILES"
- name: build wolfSSL - name: build wolfSSL
run: make run: make
- name: run tests - name: run tests