Skip to content

Commit

Permalink
ci: modify CI after inclusion of QEMU bundled with libqflex
Browse files Browse the repository at this point in the history
  • Loading branch information
branylagaffe committed Jun 27, 2024
1 parent 27ed477 commit a82d3da
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/00-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ jobs:
CC: gcc-13
CXX: g++-13


strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -107,13 +106,5 @@ jobs:
with:
submodules: true

# Special checkout for QEMU (yet)
- name: Checkout libqflex
uses: actions/checkout@v4
with:
repository: parsa-epfl/libqflex
ref: feat/qemu-8.2
path: qemu/middleware

- name: Build
run: ./build qemu ${{ env.debug }}
run: ./build cq ${{ env.debug }}

0 comments on commit a82d3da

Please sign in to comment.