Skip to content

Commit

Permalink
update to new epics base with pvxs
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Jan 8, 2025
1 parent 4c65088 commit 2603647
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 4 deletions.
19 changes: 19 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,25 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "(gdb) Attach to IOC",
"type": "cppdbg",
"request": "attach",
"program": "/epics/ioc/bin/linux-x86_64/ioc",
"MIMode": "gdb",
"setupCommands": [
{
"description": "Enable pretty-printing for gdb",
"text": "-enable-pretty-printing",
"ignoreFailures": true
},
{
"description": "Set Disassembly Flavor to Intel",
"text": "-gdb-set disassembly-flavor intel",
"ignoreFailures": true
}
]
},
{
"name": "IOC devcontainer debug",
"type": "cppdbg",
Expand Down
5 changes: 1 addition & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG IMAGE_EXT

ARG BASE=7.0.8ec2
ARG BASE=7.0.8ec3b1
ARG REGISTRY=ghcr.io/epics-containers
ARG RUNTIME=${REGISTRY}/epics-base${IMAGE_EXT}-runtime:${BASE}
ARG DEVELOPER=${REGISTRY}/epics-base${IMAGE_EXT}-developer:${BASE}
Expand Down Expand Up @@ -29,9 +29,6 @@ RUN sequencer/install.sh R2-2-9
COPY ibek-support/iocStats/ iocStats
RUN iocStats/install.sh 3.2.0

COPY ibek-support/pvxs/ pvxs/
RUN pvxs/install.sh 1.3.1

COPY ibek-support/asyn/ asyn/
RUN asyn/install.sh R4-44-2

Expand Down

0 comments on commit 2603647

Please sign in to comment.