Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Should Linux/uClibc toolchain be added to CI builds? #1566

Closed
TommyMurphyTM1234 opened this issue Oct 7, 2024 · 3 comments
Closed

Should Linux/uClibc toolchain be added to CI builds? #1566

TommyMurphyTM1234 opened this issue Oct 7, 2024 · 3 comments

Comments

@TommyMurphyTM1234
Copy link
Collaborator

See here:

  • build:
    runs-on: ${{ matrix.os }}
    strategy:
    matrix:
    os: [ubuntu-20.04, ubuntu-22.04]
    mode: [newlib, linux, musl]
    target: [rv32gc-ilp32d, rv64gc-lp64d]
    compiler: [gcc, llvm]
    exclude:
    - mode: musl
    target: rv32gc-ilp32d
    - mode: musl
    compiler: llvm
  • build:
    needs: activity-check
    if: needs.activity-check.outputs.stale != 'true'
    runs-on: ${{ matrix.os }}
    strategy:
    matrix:
    os: [ubuntu-20.04, ubuntu-22.04]
    mode: [newlib, linux, musl]
    target: [rv32gc-ilp32d, rv64gc-lp64d]
    compiler: [gcc, llvm]
    exclude:
    - mode: musl
    target: rv32gc-ilp32d
    - mode: musl
    compiler: llvm

Should the Linux/uClibc toolchain also be represented there?

@cmuellner
Copy link
Collaborator

I'd like it to be included, so we detect if uClibc-builds break.

@TommyMurphyTM1234
Copy link
Collaborator Author

I'd like it to be included, so we detect if uClibc-builds break.

Ok - thanks for the feedback @cmuellner.
I will try to look at doing a PR for this soon.

@TommyMurphyTM1234
Copy link
Collaborator Author

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

No branches or pull requests

2 participants