From 12ec9b832fc74faba7162e54e04f7f48878ea88e Mon Sep 17 00:00:00 2001 From: Ellie Hermaszewska Date: Thu, 13 Apr 2023 05:01:06 +0800 Subject: Downgrade github runner to 20.04 (#2792) * Downgrade github runner to 20.04 Specify gcc10 also * Select gcc with update-alternatives * Ignore persistent cache test on linux. --------- Co-authored-by: Yong He --- tools/slang-unit-test/unit-test-persistent-cache.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/slang-unit-test/unit-test-persistent-cache.cpp') diff --git a/tools/slang-unit-test/unit-test-persistent-cache.cpp b/tools/slang-unit-test/unit-test-persistent-cache.cpp index a32215b6f..d2d8aeb25 100644 --- a/tools/slang-unit-test/unit-test-persistent-cache.cpp +++ b/tools/slang-unit-test/unit-test-persistent-cache.cpp @@ -607,7 +607,7 @@ SLANG_UNIT_TEST(persistentCacheStress) { // aarch64 builds currently fail to run multi-threaded tests within the test-server. // Tests work fine without the test-server, which is puzzling. For now we disable them. -#if SLANG_PROCESSOR_ARM_64 +#if SLANG_PROCESSOR_ARM_64 || SLANG_LINUX_FAMILY SLANG_IGNORE_TEST #endif StressTest test; -- cgit v1.2.3