Skip to content

Commit

Permalink
XXX: Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
tstellar committed Jan 30, 2025
1 parent 3ddc308 commit 6989e11
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/premerge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,8 @@ jobs:
modified_files=$(git diff --name-only HEAD~1...HEAD)
modified_dirs=$(echo "$modified_files" | cut -d'/' -f1 | sort -u)
all_projects="clang clang-tools-extra lld lldb llvm mlir"
modified_projects="$(keep-modified-projects ${all_projects})"
#modified_projects="$(keep-modified-projects ${all_projects})"
modified_projects="$all_projects"
# We have to disable the runtimes builds due to https://github.com/llvm/llvm-project/issues/90568
# and the lldb tests depend on libcxx, so we need to skip them.
Expand Down

0 comments on commit 6989e11

Please sign in to comment.