- name: run configure --with-openssl
run: |
autoreconf -fi
- ./configure --disable-dependency-tracking --with-openssl --without-libpsl
+ ./configure --with-openssl --without-libpsl
- name: run cmake
run: |
- name: run configure --with-openssl
run: |
autoreconf -fi
- ./configure --disable-dependency-tracking --with-openssl --without-libpsl
+ ./configure --with-openssl --without-libpsl
- name: run cmake
run: |
- name: run configure --with-schannel
run: |
autoreconf -fi
- ./configure --disable-dependency-tracking --with-schannel --without-libpsl --host=${TRIPLET}
+ ./configure --with-schannel --without-libpsl --host=${TRIPLET}
- name: run cmake
run: |