Skip to content

Commit

Permalink
[TESTING] Test new CI image
Browse files Browse the repository at this point in the history
Testing what could be a newer CI image, including Clang 18.1.7 in /usr.

Signed-off-by: Jerome Forissier <[email protected]>
  • Loading branch information
jforissier committed Oct 8, 2024
1 parent fc80dab commit 15ef162
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ jobs:
QEMUv7_check:
name: make check (QEMUv7)
runs-on: ubuntu-latest
container: jforissier/optee_os_ci:qemu_check
container: jforissier/optee_os_ci:qemu_check_test
steps:
- name: Remove /__t/*
run: rm -rf /__t/*
Expand Down Expand Up @@ -316,7 +316,7 @@ jobs:
QEMUv8_check:
name: make check (QEMUv8)
runs-on: ubuntu-latest
container: jforissier/optee_os_ci:qemu_check
container: jforissier/optee_os_ci:qemu_check_test
steps:
- name: Remove /__t/*
run: rm -rf /__t/*
Expand Down Expand Up @@ -359,7 +359,7 @@ jobs:
QEMUv8_Xen_check:
name: make check (QEMUv8, Xen)
runs-on: ubuntu-latest
container: jforissier/optee_os_ci:qemu_check
container: jforissier/optee_os_ci:qemu_check_test
steps:
- name: Remove /__t/*
run: rm -rf /__t/*
Expand Down Expand Up @@ -395,7 +395,7 @@ jobs:
QEMUv8_Xen_ffa_check:
name: make check (QEMUv8, Xen FF-A)
runs-on: ubuntu-latest
container: jforissier/optee_os_ci:qemu_check
container: jforissier/optee_os_ci:qemu_check_test
steps:
- name: Remove /__t/*
run: rm -rf /__t/*
Expand Down Expand Up @@ -431,7 +431,7 @@ jobs:
QEMUv8_Hafnium_check:
name: make check (QEMUv8, Hafnium)
runs-on: ubuntu-latest
container: jforissier/optee_os_ci:qemu_check
container: jforissier/optee_os_ci:qemu_check_test
steps:
- name: Remove /__t/*
run: rm -rf /__t/*
Expand Down Expand Up @@ -467,7 +467,7 @@ jobs:
QEMUv8_check_BTI_MTE_PAC:
name: make check (QEMUv8, BTI+MTE+PAC)
runs-on: ubuntu-latest
container: jforissier/optee_os_ci:qemu_check
container: jforissier/optee_os_ci:qemu_check_test
steps:
- name: Remove /__t/*
run: rm -rf /__t/*
Expand Down

0 comments on commit 15ef162

Please sign in to comment.