Skip to content

[CI][C++][Release] Flaky libLLVM load failure in macOS verify-rc build #50242

Description

@tadeja

Describe the bug, including details regarding any error messages, version, and platform.

The nightly job Verify release candidate on macOS intermittently aborts the C++ build:

dyld[24719]: Library not loaded: @rpath/libLLVM.22.1.dylib
  Referenced from: .../miniforge/pkgs/llvm-tools-22-22.1.8-hc181bea_1/bin/llvm-ranlib-22

Conda's LLVM tools resolve libLLVM via @loader_path/../lib and can point at the package cache which has no libLLVM.
Not caused by LLVM 22.1.8 (initial incorrect assessment). The same packages 22.1.8 pass in other runs.

There are two such failing jobs:

Component(s)

C++, Continuous Integration

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions