]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Install libstdc++ when we're fuzzing
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sun, 1 Sep 2024 18:30:52 +0000 (12:30 -0600)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sun, 1 Sep 2024 18:30:52 +0000 (12:30 -0600)
.github/actions/freeradius-deps/action.yml

index 49f0a7f642ffd841e71988ff51b5617e7a410b06..1965922da2cc37f64f6c668eb0c6e4a48df8bd51 100644 (file)
@@ -78,6 +78,11 @@ runs:
         sudo mk-build-deps -irt"apt-get -y --no-install-recommends" debian/control
         sudo mk-build-deps -irt"apt-get -y --no-install-recommends" scripts/ci/extra-packages.debian.control
 
+    - name: Install libstdc++ for fuzzing
+      shell: bash
+      run: sudo apt-get install libstdc++
+      if: ${{ inputs.test_type == 'fuzzing' && runner.os != 'macOS' }}
+
     - name: Install tacacs_plus
       shell: bash
       run: |