Skip to content

Commit

Permalink
skip compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
Tahiatul Islam committed Apr 12, 2024
1 parent 3ca40ed commit 945e1d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions check_compilation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ issues_root=`pwd`

for target in $issue_ids; do
echo "Target = ${target}"

if [ "$target" = "jdk-8319461" ]; then continue; fi

cd "${target}/${min_program_dir}/"
if [ $? -eq 1 ]; then
Expand Down

0 comments on commit 945e1d1

Please sign in to comment.