Skip to content

Commit bab7783

Browse files
committed
Combine if statements
1 parent 8567a77 commit bab7783

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/reusable-san.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,6 @@ jobs:
5959
if [ "${SANITIZER}" = "TSan" ]; then
6060
# Reduce ASLR to avoid TSan crashing
6161
sudo sysctl -w vm.mmap_rnd_bits=28
62-
fi
63-
if [ "${SANITIZER}" = "TSan" ]; then
6462
echo "TSAN_OPTIONS=${SAN_LOG_OPTION} suppressions=${GITHUB_WORKSPACE}/Tools/tsan/suppressions${{
6563
fromJSON(inputs.free-threading)
6664
&& '_free_threading'

0 commit comments

Comments
 (0)