Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: seL4/seL4_tools
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 60139ddf8ba05d9e74d516c0d3a7377b50ca1c09
Choose a base ref
..
head repository: seL4/seL4_tools
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b0a22a3548cf2a7f49fd18b5744a0b074361c4c5
Choose a head ref
Showing with 1 addition and 0 deletions.
  1. +1 −0 .github/workflows/sel4test-hw.yml
1 change: 1 addition & 0 deletions .github/workflows/sel4test-hw.yml
Original file line number Diff line number Diff line change
@@ -35,6 +35,7 @@ jobs:
matrix:
# There is no "rv32imac" hardware yet.
march: [armv7a, armv8a, nehalem, rv64imac]
compiler: [gcc, clang]
steps:
- name: Build
uses: seL4/ci-actions/sel4test-hw@master