forked from PixarAnimationStudios/OpenUSD
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Bump manylinux docker image to first tag that contains Python 3.12 - Explicitly install the setuptools module on Windows and MacOS. This was needed specifically for the Python 3.12 builds on those platforms. Fixes PixarAnimationStudios#3116 (Internal change: 2331983)
- Loading branch information
Showing
3 changed files
with
26 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,8 @@ | ||
FROM quay.io/pypa/manylinux2014_x86_64:2022-05-14-b55b680 | ||
FROM quay.io/pypa/manylinux2014_x86_64:2023-10-03-72cdc42 | ||
|
||
ENV LANG en_US.UTF-8 | ||
ENV LANGUAGE en_US:en | ||
|
||
WORKDIR /opt/USD | ||
|
||
# XXX: | ||
# The above manylinux2014 image contains CMake 3.22, but we require | ||
# 3.27+ for Python 3.11 support. So we install 3.27 manually here. | ||
RUN pipx install --force cmake==3.27.9 | ||
|
||
CMD bash |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters