[llvm] [CI] Report real results for aarch64 (PR #170535)
Tom Stellard via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 3 11:13:16 PST 2025
https://github.com/tstellar created https://github.com/llvm/llvm-project/pull/170535
https://discourse.llvm.org/t/rfc-display-true-result-for-aarch64-pre-commit-ci/88928
>From 3a5a24de9301b96afbc5ca318da91be828c72adb Mon Sep 17 00:00:00 2001
From: Tom Stellard <tstellar at redhat.com>
Date: Wed, 3 Dec 2025 11:11:14 -0800
Subject: [PATCH] [CI] Report real results for aarch64
https://discourse.llvm.org/t/rfc-display-true-result-for-aarch64-pre-commit-ci/88928
---
.github/workflows/premerge.yaml | 1 -
1 file changed, 1 deletion(-)
diff --git a/.github/workflows/premerge.yaml b/.github/workflows/premerge.yaml
index 10f7f6a827b30..110cd9a70e950 100644
--- a/.github/workflows/premerge.yaml
+++ b/.github/workflows/premerge.yaml
@@ -63,7 +63,6 @@ jobs:
fetch-depth: 2
- name: Build and Test
timeout-minutes: 120
- continue-on-error: ${{ runner.arch == 'ARM64' }}
env:
GITHUB_TOKEN: ${{ github.token }}
GITHUB_PR_NUMBER: ${{ github.event.pull_request.number }}
More information about the llvm-commits
mailing list