Jean-Francois Panisset

Results 15 comments of Jean-Francois Panisset

Same here, would like to be able to automate the creation of agent pools to add my own (GPU accelerated) build agents. The REST API appears to already exist, so...

Rebased against `develop`, looking at other requests.

The VFX Platform 2021 now specifies versions of Visual Studio and Windows SDK, and I think it would be useful to have Windows build containers. One thing that got lost...

The [MICROSOFT SOFTWARE SUPPLEMENTAL LICENSE FOR WINDOWS CONTAINER BASE IMAGE](https://docs.microsoft.com/en-us/virtualization/windowscontainers/images-eula) discusses at length the need for a valid license for the OS running the container (which a GHA Windows runner...

Looking at [How We Cut Our Docker Push Time by 90%](https://dzone.com/articles/how-we-cut-our-docker-push-time-by-90), it seems it may be possible to only push the additional layers to the repository without having to copy...

I can confirm that this also an issue with the `aswf/ci-ocio:2021` Docker image. With the following test `CMakeLists.txt`: ``` project(foo) find_package(GLEW) message(STATUS "GLEW_LIBRARIES is ${GLEW_LIBRARIES}") message(STATUS "GLEW_INCLUDE_DIRS is ${GLEW_INCLUDE_DIRS}") message(STATUS...

For the specific case of OpenImageIO, the CMake code that decides where to install the libraries seems to come from (or at least be related to): https://github.com/OpenImageIO/oiio/blob/master/src/build-scripts/OpenImageIO.pc.in where libdir is...

SonarCloud properties will need to be updated in: https://github.com/AcademySoftwareFoundation/rez/blob/1ecc85f638d11d70ed78d4bd9c5cdc6f32ac58c4/.sonarcloud.properties And if deemed sufficiently useful, set up a schedule GHA analysis run.

No longer explicitly calling out files like GOVERNANCE or CODE_OF_CONDUCT is what you mean by "duplicative of those in the OpenSSF Best Practices Badge" ? All seems reasonable to me.

PDF of presentation was added to meeting notes: https://tac.aswf.io/meetings/2024-04-17/2024_rez_annual_project_review.pdf