]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
CI: tidy comments to sync with 3.0
authorMatthew Newton <matthew-git@newtoncomputing.co.uk>
Fri, 26 May 2023 13:55:07 +0000 (14:55 +0100)
committerMatthew Newton <matthew-git@newtoncomputing.co.uk>
Fri, 26 May 2023 13:55:26 +0000 (14:55 +0100)
.github/workflows/ci.yml

index a69fc53b060dc0c0749db6a5d16e22e13ecc3631..de5e7ed507338b9d3593e6f4e547ee6d0790e3cf 100644 (file)
@@ -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"