From 465920fcf18c8f1b3a086ca3c807a8aff0b70a97 Mon Sep 17 00:00:00 2001 From: Michael Davidsaver Date: Tue, 12 Oct 2021 10:24:22 -0700 Subject: [PATCH] ci: disable RTEMS test running --- .github/workflows/ci-scripts-build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci-scripts-build.yml b/.github/workflows/ci-scripts-build.yml index 6aa6eefb4..7fc49cad6 100644 --- a/.github/workflows/ci-scripts-build.yml +++ b/.github/workflows/ci-scripts-build.yml @@ -137,6 +137,7 @@ jobs: rtems: "4.10" name: "Ub-20 gcc-9 + RT-4.10" rtems_target: RTEMS-pc386-qemu + test: NO - os: ubuntu-20.04 cmp: gcc @@ -144,6 +145,7 @@ jobs: rtems: "4.9" name: "Ub-20 gcc-9 + RT-4.9" rtems_target: RTEMS-pc386-qemu + test: NO - os: macos-latest cmp: clang