ci(amd64/gcc/unit_tests): log lshw display info
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
light7734 2025-09-24 06:06:49 +03:30
parent b99167fc4f
commit febe633520
Signed by: light7734
GPG key ID: 8C30176798F1A6BA

View file

@ -9,6 +9,7 @@ export CXX=$(which g++)
export CC=$(which gcc) export CC=$(which gcc)
export DISPLAY=:99 export DISPLAY=:99
lshw -C display
vulkaninfo --summary vulkaninfo --summary
# gcc uses libstdc++ by default # gcc uses libstdc++ by default