From 357a751ca80db53c4c0d5e3bd9da57b85fb5ca01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= Date: Sun, 30 Oct 2022 18:28:16 +0100 Subject: [PATCH] ci: Read ioreg IOPlatformExpertDevice on macOS to see env details --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a8da418ce..6f654eba0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -493,6 +493,7 @@ macos: CFLAGS: '-Wno-overlength-strings' before_script: - bash .gitlab-ci/show-execution-environment.sh + - ioreg -rd1 -c IOPlatformExpertDevice || true - pip3 install --user meson==0.60.1 - pip3 install --user ninja - export PATH=/Users/gitlabrunner/Library/Python/3.7/bin:$PATH