Skip to content

Haiku OS fails to run 'cargo' after installing Rust #118

@lordmulder

Description

@lordmulder

This is the job I use, which installs Rust (rust_bin) and then just prints the cargo version:

  build-haikuos:
    runs-on: ubuntu-latest
    needs: [check]
    steps:
      - uses: cross-platform-actions/action@v0.32.0
        with:
          operating_system: "haiku"
          shell: bash
          version: "r1beta5"
          run: |
            set -x
            pkgman refresh && pkgman install -y rust_bin
            cargo version
            echo "completed"

However, this fails without even printing any kind of error message 😕

Result:

Image

Any idea what is going on?

Regards.

BTW: If I install package rust_bin in my local (VirtualBox-based) Haiku VM, then cargo version works fine!

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