From: Matthew Newton Date: Fri, 26 May 2023 13:55:07 +0000 (+0100) Subject: CI: tidy comments to sync with 3.0 X-Git-Tag: release_3_2_3~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a5cff6a76daf6fce79b5eb0646a14e8eec219ed4;p=thirdparty%2Ffreeradius-server.git CI: tidy comments to sync with 3.0 --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a69fc53b06..de5e7ed507 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -259,10 +259,10 @@ jobs: if [ "`uname`" != "Darwin" ]; then enable_sanitizers="$enable_sanitizers --enable-leak-sanitizer" fi - # TODO: The libunbound is broken when built with LSAN/ASAN, let's disable it for now. + # TODO: libunbound is broken when built with LSAN/ASAN, let's disable it for now. extra_cflags="--without-rlm_unbound" - # Temporarily hack just to skip and see the result. + # Temporary hack just to skip and see the result. # memory leak in rlm_{ldap,rest} and problems in perl+llvm rm -rf src/tests/modules/ldap/ rm -rf src/tests/modules/rest/ @@ -304,7 +304,7 @@ jobs: sudo apt-get update - - name: Setup git (containers) + - name: Setup git shell: bash run: git config --global --add safe.directory "$GITHUB_WORKSPACE"