Skip to content

Commit

Permalink
use jdk 21 in asan script
Browse files Browse the repository at this point in the history
  • Loading branch information
zoff99 committed Mar 10, 2024
1 parent 1bcae3c commit d370225
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asan_run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# config:
#
java_17_or_newer_dir=/usr/lib/jvm/java-17-openjdk-amd64/
java_17_or_newer_dir=/usr/lib/jvm/java-21-openjdk-amd64/
asan_runtime_lib=/usr/lib/x86_64-linux-gnu/libasan.so.6.0.0
#
#
Expand Down

0 comments on commit d370225

Please sign in to comment.