Skip to content

Commit

Permalink
comment again the -fsanitize=kernel-address checks in .github/workflo…
Browse files Browse the repository at this point in the history
…ws/tools_ci.yml
  • Loading branch information
spytheman committed Feb 16, 2025
1 parent f4c50bc commit c5bb09a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tools_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ jobs:
echo $cmd && $cmd
cmd="./v -cc gcc -cflags -fsanitize=address,leak,undefined,shift,shift-exponent,shift-base,integer-divide-by-zero,unreachable,vla-bound,null,return,signed-integer-overflow,bounds,bounds-strict,alignment,object-size,float-divide-by-zero,float-cast-overflow,nonnull-attribute,returns-nonnull-attribute,bool,enum,vptr test-self -asan-compiler cmd/tools"
echo $cmd && $cmd
cmd="./v -cc gcc -cflags -fsanitize=kernel-address test-self -asan-compiler cmd"
echo $cmd && $cmd
## cmd="./v -cc gcc -cflags -fsanitize=kernel-address test-self -asan-compiler cmd"
## echo $cmd && $cmd
fi
macos:
Expand Down

0 comments on commit c5bb09a

Please sign in to comment.