Changeset 801b4f6 in mod_gnutls
- Timestamp:
- Oct 2, 2020, 6:29:33 AM (6 months ago)
- Branches:
- asyncio
- Children:
- 9d10997
- Parents:
- 31e25ad
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
.github/workflows/valgrind.yaml
r31e25ad r801b4f6 26 26 apt-get update 27 27 apt-get -y install python3-yaml apache2-bin apache2-dev curl gnutls-bin libapr1-dev libgnutls28-dev openssl pkg-config procps softhsm2 valgrind 28 - name: find usable IPs for tests 29 run: | 30 echo "test_ips=$(python3 test/check_test_ips.py -H localhost)" >> ${GITHUB_ENV} 28 31 - name: autoreconf 29 32 run: autoreconf -fiv 30 33 - name: configure 31 run: APACHE_MUTEX=pthread ./configure --enable-valgrind-test34 run: TEST_IP="${test_ips}" APACHE_MUTEX=pthread ./configure --enable-valgrind-test 32 35 - name: store config.log 33 36 uses: actions/upload-artifact@v2
Note: See TracChangeset
for help on using the changeset viewer.