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 0eb5481 commit 86813cbCopy full SHA for 86813cb
.github/workflows/premerge.yaml
@@ -72,7 +72,7 @@ jobs:
72
73
if "$RUNNER_ARCH" = "ARM64"; then
74
# XFAIL lldb test: https://github.com/llvm/llvm-project/issues/155895
75
- export LIT_XFAIL=functionalities/gdb_remote_client/TestqOffsets.py"
+ export LIT_XFAIL="functionalities/gdb_remote_client/TestqOffsets.py"
76
fi
77
78
if ! [[ "${{ matrix.runs-on }}" =~ ^depot.* ]]; then
0 commit comments