Skip to content

Commit

Permalink
ci: drop outdated TODO items
Browse files Browse the repository at this point in the history
These were fixed by dropping mocklibc.
  • Loading branch information
mrc0mmand committed Nov 4, 2024
1 parent 2282000 commit a3c8ade
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,6 @@ set -o pipefail

# TODO
# - drop -Wno-deprecated-declarations
# - re-enable test-polkitbackendjsauthority
# - mocklibc overrides LD_PRELOAD, causing ASan to report false positives
# (with asan_verify_no_link=0)
# - re-enable unit tests built with ASan + sanitizers
# - currently polkit fails to build with clang >= 17 completely, and
# with older clang it needs to be built with -shared-libasan, which
# requires another set of tweaks to the environment

PHASE="${1:?}"
COMMON_BUILD_OPTS=(
Expand Down

0 comments on commit a3c8ade

Please sign in to comment.