From: Arran Cudbard-Bell Date: Sun, 1 Sep 2024 18:30:52 +0000 (-0600) Subject: Install libstdc++ when we're fuzzing X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=33da64a6234852e186202d955990c83160588af9;p=thirdparty%2Ffreeradius-server.git Install libstdc++ when we're fuzzing --- diff --git a/.github/actions/freeradius-deps/action.yml b/.github/actions/freeradius-deps/action.yml index 49f0a7f642..1965922da2 100644 --- a/.github/actions/freeradius-deps/action.yml +++ b/.github/actions/freeradius-deps/action.yml @@ -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: |