Skip to content

Commit

Permalink
Fix up some dependencies
Browse files Browse the repository at this point in the history
- oiio doesn't use partio
- ci-vfxall needs pybind11 transitively for ocio and materialx
- pylint fix in test_builder.py

Signed-off-by: Jean-Francois Panisset <[email protected]>
  • Loading branch information
jfpanisset committed Jul 15, 2024
1 parent 42bf6f3 commit 03a1cb5
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 8 deletions.
5 changes: 0 additions & 5 deletions ci-oiio/Dockerfile

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

1 change: 0 additions & 1 deletion ci-oiio/README.md

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

1 change: 0 additions & 1 deletion ci-oiio/image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ packages:
- ocio
- openexr
- openvdb
- partio
- pybind11
- ptex
- qt
Expand Down
5 changes: 5 additions & 0 deletions ci-vfxall/Dockerfile

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

15 changes: 15 additions & 0 deletions ci-vfxall/README.md

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

1 change: 1 addition & 0 deletions ci-vfxall/image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ packages:
- alembic
- oiio
- ocio
- pybind11
- opensubdiv
- ptex
- openvdb
Expand Down
3 changes: 2 additions & 1 deletion python/aswfdocker/tests/test_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,8 @@ def test_builder_cli_allversions(self):
bake_path = os.path.join(
tempfile.gettempdir(),
"docker-bake-IMAGE-common-1-clang10-1-clang6-1-clang7-1"
"-clang8-1-clang9-2-clang10-2-clang11-2-clang12-2-clang13-2-clang14-3-clang14-3-clang15-4-clang16-4-clang17.json",
"-clang8-1-clang9-2-clang10-2-clang11-2-clang12-2-clang13-2"
"-clang14-3-clang14-3-clang15-4-clang16-4-clang17.json",
)
cmd = f"docker buildx bake -f {bake_path} --progress auto"
self.assertEqual(
Expand Down

0 comments on commit 03a1cb5

Please sign in to comment.