Changeset bf8cfb5 in mod_gnutls
- Timestamp:
- Oct 7, 2020, 4:18:24 PM (6 months ago)
- Branches:
- asyncio
- Children:
- 51b8964
- Parents:
- 7c31078
- git-author:
- Fiona Klute <fiona.klute@…> (10/07/20 14:51:47)
- git-committer:
- Fiona Klute <fiona.klute@…> (10/07/20 16:18:24)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
.github/workflows/analysis.yaml
r7c31078 rbf8cfb5 23 23 run: | 24 24 apt-get update 25 apt-get -y install python3-yaml apache2-bin apache2-dev curl gnutls-bin libapr1-dev libgnutls28-dev openssl pkg-config procps clang clang-tools llvmlibmsv-dev25 apt-get -y install python3-yaml apache2-bin apache2-dev curl gnutls-bin libapr1-dev libgnutls28-dev openssl pkg-config procps clang-10 clang-tools-10 libmsv-dev 26 26 - name: find usable IPs for tests 27 27 run: | … … 30 30 run: autoreconf -fiv 31 31 - name: configure 32 run: scan-build --use-cc=clang./configure --enable-msva TEST_IP="${test_ips}" APACHE_MUTEX=pthread32 run: scan-build-10 --use-cc=clang-10 ./configure --enable-msva TEST_IP="${test_ips}" APACHE_MUTEX=pthread 33 33 - name: store config.log 34 34 uses: actions/upload-artifact@v2 … … 38 38 path: config.log 39 39 - name: make 40 run: scan-build -sarif -o sarif-output --use-cc=clangmake40 run: scan-build-10 -sarif -o sarif-output --use-cc=clang-10 make 41 41 - name: Find output directory 42 42 run: |
Note: See TracChangeset
for help on using the changeset viewer.