From f04e3652a52fe4ef05b5a567849f1bb6fd6ec7dc Mon Sep 17 00:00:00 2001 From: light7734 Date: Wed, 24 Sep 2025 09:47:24 +0330 Subject: [PATCH] wip --- tools/ci/amd64/gcc/unit_tests.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tools/ci/amd64/gcc/unit_tests.sh b/tools/ci/amd64/gcc/unit_tests.sh index 9a79165..c65eeb2 100755 --- a/tools/ci/amd64/gcc/unit_tests.sh +++ b/tools/ci/amd64/gcc/unit_tests.sh @@ -9,10 +9,6 @@ export CXX=$(which g++) export CC=$(which gcc) export DISPLAY=:99 -lshw -C display -nvidia-smi -vulkaninfo --summary - # gcc uses libstdc++ by default cmake .. \ -G Ninja \ @@ -25,5 +21,4 @@ cmake .. \ for test in $(find ./ -type f -name '*_tests' -executable); do echo "Running $test" gdb -ex='set confirm off' -ex='run' -ex='bt' -ex='quit' "$test" - done