Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ All notable changes to this project will be documented in this file.

Re-releasing 2025.5 / 2025.4 / 2026.2 without 1.5GB of Conan download cache bloat.

Also 2026 images use gcc-toolset 14, which no longer has a sudo wrapper preserving PATH / LD_LIBRARY_PATH.
Get rid of calls to sudo which try to run binaries in /usr/local/bin.

# 2025-11-09

2024.5 / 2025.4 / 2026.2 releases. VFX Platform 2026 release is now feature complete.
Expand Down
2 changes: 1 addition & 1 deletion ci-otio/Dockerfile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ci-otio/image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ implicit_packages:
docker_from: ${ASWF_ORG}/ci-common:${CI_COMMON_VERSION}-clang${ASWF_CLANG_MAJOR_VERSION}
docker_package_version: $ASWF_VFXPLATFORM_VERSION
docker_post_commands: |
RUN sudo pip3 install flake8 tox urllib3
RUN pip3 install flake8 tox urllib3
2 changes: 1 addition & 1 deletion ci-usd/Dockerfile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ci-usd/image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ implicit_packages:
docker_from: ${ASWF_ORG}/ci-common:${CI_COMMON_VERSION}-clang${ASWF_CLANG_MAJOR_VERSION}
docker_package_version: $ASWF_VFXPLATFORM_VERSION
docker_post_commands: |
RUN sudo pip3 install jinja2 PyOpenGL
RUN pip3 install jinja2 PyOpenGL
Loading