Skip to content

Commit

Permalink
CI: tidy comments to sync with 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mcnewton committed May 26, 2023
1 parent 1c3c314 commit a5cff6a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down Expand Up @@ -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"

Expand Down

0 comments on commit a5cff6a

Please sign in to comment.