Skip to content

Minor bug in build_support/packages.sh #805

Open
@yxd0379

Description

@yxd0379

In the file build_support/packages.sh, there is an incorrect line (brew ls --versions llvm | grep 14) || brew install llvm@14 in the install_mac function.

The original command always prints nothing, so it will always directly execute the install command, which is not the expected behavior.

It should be modified to brew ls --versions llvm@14 || brew install llvm@14 to correctly check if llvm@14 is installed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions