Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Azure pipelines CI failing on macOS #1330

Closed
davidgyu opened this issue Mar 21, 2024 · 1 comment · Fixed by #1333
Closed

Azure pipelines CI failing on macOS #1330

davidgyu opened this issue Mar 21, 2024 · 1 comment · Fixed by #1333

Comments

@davidgyu
Copy link
Member

As mentioned in #1329 CI builds are currently failing on macOS because of changes to the config of the Microsoft hosted agent.

We've fixed a similar issue in the OpenUSD build script and can apply a similar fix here.

We might also take this opportunity to update to the macOS-12 vmImage from the currently specified macOS-11 vmImage.

/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'
@davidgyu
Copy link
Member Author

Filed as internal issue #OSD-437

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant