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

add RISCV clang for JSON dump #304

Merged
merged 1 commit into from
Jan 11, 2024
Merged

add RISCV clang for JSON dump #304

merged 1 commit into from
Jan 11, 2024

Conversation

axel-h
Copy link
Member

@axel-h axel-h commented Jan 11, 2024

I have missed this. Where is this used?

@axel-h axel-h requested a review from lsf37 as a code owner January 11, 2024 13:56
@lsf37
Copy link
Member

lsf37 commented Jan 11, 2024

It's used for generating the "HW Run" build matrix, and it currently indeed only has HIFIVE, gcc, but not HIFIVE, clang in it

@lsf37 lsf37 merged commit 25604cd into seL4:master Jan 11, 2024
7 checks passed
@axel-h
Copy link
Member Author

axel-h commented Jan 11, 2024

It's used for generating the "HW Run" build matrix, and it currently indeed only has HIFIVE, gcc, but not HIFIVE, clang in it

But where does this happen?

@lsf37
Copy link
Member

lsf37 commented Jan 11, 2024

It's called in the seL4 repo, e.g. in sel4test-hw.yml in

  the_matrix:
    name: Matrix
    needs: hw-build
    runs-on: ubuntu-latest
    outputs:
      matrix: ${{ steps.matrix.outputs.matrix }}
    steps:
    - id: matrix
      uses: seL4/ci-actions/sel4test-hw-matrix@master

and then used later in

    strategy:
      fail-fast: false
      matrix: ${{ fromJson(needs.the_matrix.outputs.matrix) }}

@axel-h axel-h deleted the patch-axel- branch January 11, 2024 22:58
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

Successfully merging this pull request may close these issues.

2 participants