Skip to content

Commit

Permalink
dont cd in install_proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Mar 24, 2024
1 parent 6235f0f commit c7c74ab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion ioc/install_proxy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c7c74ab

Please sign in to comment.