Skip to content

feat: add 3 new error entries (runner-environment, silent-failures, known-unsolved)#407

Merged
htekdev merged 1 commit into
mainfrom
add-errors-2026-06-12-1
Jun 13, 2026
Merged

feat: add 3 new error entries (runner-environment, silent-failures, known-unsolved)#407
htekdev merged 1 commit into
mainfrom
add-errors-2026-06-12-1

Conversation

@htekdev

@htekdev htekdev commented Jun 13, 2026

Copy link
Copy Markdown
Owner

New Error Entries — Strategy 4 (Runner Image Updates) Round 252

re-491 · windows-11-arm-llvm-libclang-x86-loadlibraryexw-failed

Category: runner-environment | Severity: error
Pre-installed LLVM on windows-11-arm is an x86_64 binary. Native ARM64 processes (Rust bindgen, clang-sys) fail with LoadLibraryExW failed when trying to load libclang.dll.
Fix: Use KyleMayes/install-llvm-action@v2 with LLVM ≥20.1.0 (first version with ARM64 Windows prebuilts).
Source: actions/runner-images#14085


sf-229 · windows-11-arm-platform-machine-returns-amd64-not-arm64

Category: silent-failures | Severity: silent-failure
platform.machine() returns "AMD64" and $env:PROCESSOR_ARCHITECTURE returns "AMD64" on windows-11-arm because the pre-installed Python/R are x86_64 WoW64 processes. Causes scripts to silently download x86_64 binaries instead of ARM64.
Fix: Use ${{ runner.arch }} in workflow expressions or $env:PROCESSOR_IDENTIFIER in scripts.
Source: actions/runner-images#14071, #14089


ku-140 · macos-xcode-simctl-all-ios-simulators-missing-intermittent

Category: known-unsolved | Severity: error
On certain macOS-15-arm64 image builds, xcrun simctl list devices available returns empty iOS/tvOS/watchOS device sections. No in-workflow fix — only re-run resolves it.
Source: actions/runner-images#12948

@htekdev htekdev merged commit 28052ea into main Jun 13, 2026
6 checks passed
@htekdev htekdev deleted the add-errors-2026-06-12-1 branch June 13, 2026 01:52
htekdev added a commit that referenced this pull request Jun 13, 2026
…1, runner-environment x1) (#408)

* feat: add 4 new error entries (silent-failures, runner-environment x2, known-unsolved)

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* feat: add 3 new error entries (caching-artifacts x1, known-unsolved x1, runner-environment x1)

* fix: correct IDs to avoid collision with merged #406 and open #407

* fix: replace duplicate BusyBox tar ca-149 with GHES TLS cert error

---------

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant