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 690300a commit 3a4b6afCopy full SHA for 3a4b6af
.github/workflows/premerge.yaml
@@ -32,7 +32,7 @@ jobs:
32
fail-fast: false
33
matrix:
34
runs-on:
35
- - depot-ubuntu-24.04-arm-64
+ - depot-ubuntu-24.04-arm-16
36
- llvm-premerge-linux-runners
37
runs-on: ${{ matrix.runs-on }}
38
container:
@@ -73,7 +73,9 @@ jobs:
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"
76
+ export LIT_FILTER_OUT=TestqOffsets.py
77
fi
78
+ env
79
80
if ! [[ "${{ matrix.runs-on }}" = "llvm-premerge-linux-runners" ]]; then
81
# This environment variable is passes into the container through the
0 commit comments