From 9a35de0c86aa2c8d6836c66c1e136d090fb95d76 Mon Sep 17 00:00:00 2001 From: Tobias Fischer Date: Sun, 13 Feb 2022 11:19:58 +1000 Subject: [PATCH 1/3] Try fix #1711 --- .github/robostack_env.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/robostack_env.yaml b/.github/robostack_env.yaml index ea39763a5b..d335b93e9d 100644 --- a/.github/robostack_env.yaml +++ b/.github/robostack_env.yaml @@ -1,6 +1,7 @@ name: test channels: - robostack + - robostack-experimental - conda-forge dependencies: - compilers @@ -10,9 +11,7 @@ dependencies: - pkg-config - rosdep - rosdistro - - ros-distro-mutex 0.1 noetic + - ros-distro-mutex 0.3 noetic - ros-noetic-catkin - ros-noetic-ros-environment - openssl 1.1.1* - # we need the static library of this build - - tinyxml2 9.0.0 *_1 From e4d8147704f5a7b1f8ba950459149434cbb3bdee Mon Sep 17 00:00:00 2001 From: Tobias Fischer Date: Mon, 14 Feb 2022 04:37:02 +1000 Subject: [PATCH 2/3] Update robostack_env.yaml --- .github/robostack_env.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/robostack_env.yaml b/.github/robostack_env.yaml index d335b93e9d..b8b5e0617e 100644 --- a/.github/robostack_env.yaml +++ b/.github/robostack_env.yaml @@ -1,9 +1,9 @@ name: test channels: - robostack - - robostack-experimental - conda-forge dependencies: + - python 3.8 - compilers - ninja - cmake @@ -11,7 +11,7 @@ dependencies: - pkg-config - rosdep - rosdistro - - ros-distro-mutex 0.3 noetic + - ros-distro-mutex 0.1 noetic - ros-noetic-catkin - ros-noetic-ros-environment - openssl 1.1.1* From 5419ff24fe7586a2ee5e46e501a0a14811ff69eb Mon Sep 17 00:00:00 2001 From: Tobias Fischer Date: Mon, 14 Feb 2022 04:37:31 +1000 Subject: [PATCH 3/3] Update robostack_env.yaml --- .github/robostack_env.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/robostack_env.yaml b/.github/robostack_env.yaml index b8b5e0617e..618957c6c5 100644 --- a/.github/robostack_env.yaml +++ b/.github/robostack_env.yaml @@ -15,3 +15,5 @@ dependencies: - ros-noetic-catkin - ros-noetic-ros-environment - openssl 1.1.1* + # we need the static library of this build + - tinyxml2 9.0.0 *_1