PixarAnimationStudios / OpenSubdiv

An Open-Source subdivision surface library.
graphics.pixar.com/opensubdiv
Other
2.88k stars 558 forks source link

Migrate to FindCUDAToolkit #1329

Open RedL0tus opened 5 months ago

RedL0tus commented 5 months ago
davidgyu commented 5 months ago

Filed as internal issue #OSD-436

RedL0tus commented 5 months ago

PixarAnimationStudios.OpenSubdiv (macOS) Failing after 13s — macOS failed

Judging from the log:

/bin/bash --noprofile --norc /Users/runner/work/_temp/4a641c5b-5932-47b6-9975-7d6d26e3535f.sh
/Users/runner/work/1/s/build_scripts/build_osd.py:122: SyntaxWarning: invalid escape sequence '\d'
  "(\d+).(\d+)",
Traceback (most recent call last):
  File "/Users/runner/work/1/s/build_scripts/build_osd.py", line 26, in <module>
    from distutils.spawn import find_executable
ModuleNotFoundError: No module named 'distutils'

Looks like there's something wrong with the macOS CI configuration...?

davidgyu commented 5 months ago

You're right. It looks like something has changed on the macOS-11 configs. I've filed #1330 for us to follow up with a fix. Thanks!