From 15ef1628fcb617ff685a787a40cfa6ba1b10f8ca Mon Sep 17 00:00:00 2001 From: Jerome Forissier Date: Tue, 8 Oct 2024 14:08:44 +0200 Subject: [PATCH] [TESTING] Test new CI image Testing what could be a newer CI image, including Clang 18.1.7 in /usr. Signed-off-by: Jerome Forissier --- .github/workflows/ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 53fe2113c1c..4e08f6fd9f2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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/* @@ -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/* @@ -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/* @@ -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/* @@ -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/* @@ -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/*