xmake-io / xrepo

🗂️ A cross-platform C/C++ package manager based on Xmake
https://xrepo.xmake.io
Apache License 2.0
361 stars 16 forks source link

xrepo install brew::llvm fails on Linux #35

Closed silvanshade closed 1 year ago

silvanshade commented 1 year ago

Xmake Version

2.8.2

Operating System Version and Architecture

Ubuntu 22.04.3 LTS

Describe Bug

Invoking xrepo install brew::llvm on Linux fails.

However, the same command did work when I tested it on my macOS machine.

Expected Behavior

The command should succeed (on all platforms where Homebrew is supported).

Project Configuration

No project configuration.

Additional Information and Error Logs

The logs just show the following:

fetch brew::llvm-latest failed!
silvanshade commented 1 year ago

I moved the issue to the main xmake repo.