mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-01 19:54:40 +02:00
Disable system CA certs for msys2 test.
This commit is contained in:
2
.github/workflows/msys2.yml
vendored
2
.github/workflows/msys2.yml
vendored
@@ -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
|
||||||
|
Reference in New Issue
Block a user