We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24e0635 commit e8ce7c4Copy full SHA for e8ce7c4
.github/workflows/premerge.yaml
@@ -76,12 +76,6 @@ jobs:
76
export CC=/opt/llvm/bin/clang
77
export CXX=/opt/llvm/bin/clang++
78
79
- if [ "$RUNNER_ARCH" = "ARM64" ]; then
80
- # XFAIL lldb test: https://github.com/llvm/llvm-project/issues/155895
81
- export LIT_XFAIL="functionalities/gdb_remote_client/TestqOffsets.py"
82
- export LIT_FILTER_OUT=TestqOffsets.py
83
- fi
84
-
85
if [[ "${{ matrix.runs-on }}" = "llvm-premerge-linux-runners" ]]; then
86
# This environment variable is passes into the container through the
87
# runner pod definition. This differs between our two clusters which
0 commit comments