From 640c2fdc6a3413c6ac1ba547392595032b3d4448 Mon Sep 17 00:00:00 2001 From: vmoens Date: Thu, 16 Oct 2025 17:08:13 +0100 Subject: [PATCH 1/4] Update [ghstack-poisoned] --- .github/workflows/docs.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 22ea9eb0df8..c9146d0fab2 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -39,7 +39,8 @@ jobs: set -v yum makecache # Install Mesa and OpenGL Libraries: - yum install -y glfw mesa-libGL mesa-libGL-devel egl-utils freeglut mesa-libGLU mesa-libEGL python39-pip + yum install -y glfw mesa-libGL mesa-libGL-devel egl-utils freeglut mesa-libGLU mesa-libEGL python39-pip librhash0 + yum install epel-release -y for missing librhash0 when installing tensordict # Install DRI Drivers: yum install -y mesa-dri-drivers # Install Xvfb for Headless Environments: From 91b2108860c7b3d4bf72bc9178ce65d66e19a77d Mon Sep 17 00:00:00 2001 From: vmoens Date: Thu, 16 Oct 2025 17:38:50 +0100 Subject: [PATCH 2/4] Update [ghstack-poisoned] --- .github/workflows/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index c9146d0fab2..4b9655e9edd 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -39,7 +39,7 @@ jobs: set -v yum makecache # Install Mesa and OpenGL Libraries: - yum install -y glfw mesa-libGL mesa-libGL-devel egl-utils freeglut mesa-libGLU mesa-libEGL python39-pip librhash0 + yum install -y glfw mesa-libGL mesa-libGL-devel egl-utils freeglut mesa-libGLU mesa-libEGL python39-pip yum install epel-release -y for missing librhash0 when installing tensordict # Install DRI Drivers: yum install -y mesa-dri-drivers From 678d3689345c958d3f3f33f79e2b75317735962a Mon Sep 17 00:00:00 2001 From: vmoens Date: Thu, 16 Oct 2025 17:51:24 +0100 Subject: [PATCH 3/4] Update [ghstack-poisoned] --- .github/workflows/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 4b9655e9edd..1a79e63ee84 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -40,7 +40,7 @@ jobs: yum makecache # Install Mesa and OpenGL Libraries: yum install -y glfw mesa-libGL mesa-libGL-devel egl-utils freeglut mesa-libGLU mesa-libEGL python39-pip - yum install epel-release -y for missing librhash0 when installing tensordict + yum install epel-release -y # for missing librhash0 when installing tensordict # Install DRI Drivers: yum install -y mesa-dri-drivers # Install Xvfb for Headless Environments: From fb8a1b79520a709d0cbf85f3a4cc079d56313aef Mon Sep 17 00:00:00 2001 From: vmoens Date: Thu, 16 Oct 2025 18:03:52 +0100 Subject: [PATCH 4/4] Update [ghstack-poisoned] --- .github/workflows/docs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 1a79e63ee84..0d819b09ecb 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -41,6 +41,7 @@ jobs: # Install Mesa and OpenGL Libraries: yum install -y glfw mesa-libGL mesa-libGL-devel egl-utils freeglut mesa-libGLU mesa-libEGL python39-pip yum install epel-release -y # for missing librhash0 when installing tensordict + yum install rhash -y # Provides librhash.so.0 needed by cmake # Install DRI Drivers: yum install -y mesa-dri-drivers # Install Xvfb for Headless Environments: