ci: Read ioreg IOPlatformExpertDevice on macOS to see env details

This commit is contained in:
Marco Trevisan (Treviño) 2022-10-30 18:28:16 +01:00
parent 5acca80834
commit 357a751ca8

View File

@ -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