Rename master branch to main#218
Merged
jfpanisset merged 2 commits intoAcademySoftwareFoundation:mainfrom Sep 20, 2024
Merged
Conversation
As per ASWF guidance, renaming master branch to main. This addresses [Issue AcademySoftwareFoundation#150](AcademySoftwareFoundation#150). .github/workflows/docker-builds.yml Address [Issue AcademySoftwareFoundation#217](AcademySoftwareFoundation#217): don't try to use larger runners when running outside the context of the ASWF org, they won't be available. Don't expect Qt/PySide builds to complete on standard runners though. Signed-off-by: Jean-Francois Panisset <panisset@gmail.com>
This was referenced Sep 19, 2024
Closed
jfpanisset
added a commit
to jfpanisset/aswf-docker
that referenced
this pull request
Oct 6, 2024
- 2024.2 images - update latest / preview / draft tags for Docker images - update Python dependencies (resolve dependabot PRs) - update pylint and fix pylint / pytest warnings - Fix SonarCloud scanning - Conan 1.65 (was 1.64) - Expat 2.6.3 (was 2.5.0) to address CVEs CVE-2024-45492 CVE-2024-45491 CVE-2024-45490 - fixes AcademySoftwareFoundation#196 : ci-openrv build container. OpenRV doesn't build yet, waiting for Qt6 support. For now openrv builds in non-default review group. - fixes AcademySoftwareFoundation#150 : rename master branch to main - fixes AcademySoftwareFoundation#218 : only attempt to use larger runners when running in context of ASWF GitHub org. - fixes AcademySoftwareFoundation#221 : ci-usd now includes Python dependencies - fixes AcademySoftwareFoundation#148 : Vulkan SDK and runtime now included in all images, initially required for ci-openrv, but useful in general. Also Qt now built with Vulkan support - CUDA 12.6.1 (was 12.3.0) - Java 17 (was 11) for ci-opencue image - Imath 3.1.12 (was 3.1.11) - MaterialX 1.39.1 (was 1.38.10) - OpenImageIO 2.15.16.0 (was 2.15.15.0) - OpenShadingLanguage 1.13.11.0 (was 1.13.10.0) - Python 3.11.10 (was 3.11.9) - USD 24.08 (was 24.05) with PR #3159 for MateriaX 1.39.1 Signed-off-by: Jean-Francois Panisset <panisset@gmail.com>
Merged
jfpanisset
added a commit
that referenced
this pull request
Oct 6, 2024
- 2024.2 images - update latest / preview / draft tags for Docker images - update Python dependencies (resolve dependabot PRs) - update pylint and fix pylint / pytest warnings - Fix SonarCloud scanning - Conan 1.65 (was 1.64) - Expat 2.6.3 (was 2.5.0) to address CVEs CVE-2024-45492 CVE-2024-45491 CVE-2024-45490 - fixes #196 : ci-openrv build container. OpenRV doesn't build yet, waiting for Qt6 support. For now openrv builds in non-default review group. - fixes #150 : rename master branch to main - fixes #218 : only attempt to use larger runners when running in context of ASWF GitHub org. - fixes #221 : ci-usd now includes Python dependencies - fixes #148 : Vulkan SDK and runtime now included in all images, initially required for ci-openrv, but useful in general. Also Qt now built with Vulkan support - CUDA 12.6.1 (was 12.3.0) - Java 17 (was 11) for ci-opencue image - Imath 3.1.12 (was 3.1.11) - MaterialX 1.39.1 (was 1.38.10) - OpenImageIO 2.15.16.0 (was 2.15.15.0) - OpenShadingLanguage 1.13.11.0 (was 1.13.10.0) - Python 3.11.10 (was 3.11.9) - USD 24.08 (was 24.05) with PR #3159 for MateriaX 1.39.1 Signed-off-by: Jean-Francois Panisset <panisset@gmail.com>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
As per ASWF guidance, renaming master branch to main. This addresses Issue #150.
.github/workflows/docker-builds.yml
Address Issue #217: don't try to use larger runners when running outside the context of the ASWF org, they won't be available. Don't expect Qt/PySide builds to complete on standard runners though.