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

2023.2 release #185

Merged
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
4 changes: 2 additions & 2 deletions .github/workflows/docker-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
- name: Activate Docker buildx
run: |
mkdir -p ~/.docker/cli-plugins
curl --location https://github.com/docker/buildx/releases/download/v0.10.2/buildx-v0.10.2.linux-amd64 -o ~/.docker/cli-plugins/docker-buildx
curl --location https://github.com/docker/buildx/releases/download/v0.11.2/buildx-v0.11.2.linux-amd64 -o ~/.docker/cli-plugins/docker-buildx
chmod a+x ~/.docker/cli-plugins/docker-buildx

- name: Set up Python
Expand All @@ -102,7 +102,7 @@ jobs:
sudo apt-get remove -y '^g\+\+.*'
sudo apt-get remove -y '^clang.*'
sudo apt-get remove -y '^gfortran.*'
sudo apt-get remove -y google-cloud-sdk google-chrome-stable firefox powershell mono-devel monodoc-http
sudo apt-get remove -y google-chrome-stable firefox powershell mono-devel monodoc-http
sudo apt-get autoremove -y
sudo apt-get clean
rm -rf /usr/share/dotnet/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
if: ${{ matrix.build }}
run: |
mkdir -p ~/.docker/cli-plugins
curl --location https://github.com/docker/buildx/releases/download/v0.10.2/buildx-v0.10.2.linux-amd64 -o ~/.docker/cli-plugins/docker-buildx
curl --location https://github.com/docker/buildx/releases/download/v0.11.2/buildx-v0.11.2.linux-amd64 -o ~/.docker/cli-plugins/docker-buildx
chmod a+x ~/.docker/cli-plugins/docker-buildx
docker buildx create --name forpushing --use
docker buildx inspect --bootstrap
Expand Down
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,28 @@

All notable changes to this project will be documented in this file.

## 2023-11-12

* Fixes for local Conan builds
* Conan builds into buildx caches, no longer weighing down build context

* OpenEXR and OpenVDB build container now include pybind11

### New CI Images

* `aswf/ci-common:3-clang14.2`, `aswf/ci-common:3-clang15.2` : A base Rocky 8.8 image with GCC 11.2.1 (DTS 11), Clang 14.0/15.0 and CUDA 11.8.
* `aswf/ci-base:2023.2`
* `aswf/ci-baseqt:2023.2`
* `aswf/ci-opencue:2023.2`
* `aswf/ci-openexr:2023.2`
* `aswf/ci-ocio:2023.2`
* `aswf/ci-otio:2023.2`
* `aswf/ci-materialx:2023.2`
* `aswf/ci-usd:2023.2`
* `aswf/ci-osl:2023-clang14.2`,`aswf/ci-osl:2023-clang15.2`
* `aswf/ci-openvdb:2023-clang14.2`, `aswf/ci-openvdb:2023-clang15.2`
* `aswf/ci-vfxall:2023-clang14.2`, `aswf/ci-vfxall:2023-clang15.2'

## 2023-08-15

* NVIDIA Optix SDK includes
Expand Down
2 changes: 1 addition & 1 deletion ci-base/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-base/README.md

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

2 changes: 1 addition & 1 deletion ci-baseqt/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-baseqt/README.md

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

2 changes: 1 addition & 1 deletion ci-common/Dockerfile

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

4 changes: 2 additions & 2 deletions ci-common/README.md

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

2 changes: 1 addition & 1 deletion ci-materialx/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-materialx/README.md

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

2 changes: 1 addition & 1 deletion ci-ocio/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-ocio/README.md

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

2 changes: 1 addition & 1 deletion ci-opencue/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-opencue/README.md

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

9 changes: 8 additions & 1 deletion ci-openexr/Dockerfile

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

7 changes: 6 additions & 1 deletion ci-openexr/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-openexr/image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ packages:
- python
- boost
- cmake
- pybind11
implicit_packages:
- numpy
- vfxplatform
Expand Down
9 changes: 8 additions & 1 deletion ci-openvdb/Dockerfile

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

Loading
Loading