From c7c74abbbb0a5bde781fbc30d96e9ddf68491306 Mon Sep 17 00:00:00 2001 From: Giles Knap Date: Sun, 24 Mar 2024 12:23:03 +0000 Subject: [PATCH] dont cd in install_proxy --- .gitignore | 3 +++ ioc/install_proxy.sh | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a13736e..6ee9022 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,6 @@ ioc/config # podman may leave this around in aborted builds .build.swp + +# this gets updated during RTEMS builds +ioc/configure/CONFIG_SITE.Common.linux-x86_64 \ No newline at end of file diff --git a/ioc/install_proxy.sh b/ioc/install_proxy.sh index 1b2dedb..c65b0bb 100644 --- a/ioc/install_proxy.sh +++ b/ioc/install_proxy.sh @@ -17,7 +17,7 @@ # so proxy installation is not required. if [[ $EPICS_TARGET_ARCH == "RTEMS-beatnik" ]] ; then - pip install rtems-proxy=="0.3.0" + pip install rtems-proxy=="0.3.1" fi # no other proxies supported at present