Skip to content

Commit

Permalink
remove redundant vscode interpreter path
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Nov 6, 2023
1 parent 2243188 commit c07c4de
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 17 deletions.
4 changes: 0 additions & 4 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,6 @@
"epicsdeb.vscode-epics",
"ms-python.black-formatter"
]
},
"settings": {
// global python venv created in epics-base
"python.defaultInterpreterPath": "/venv/bin/python"
}
},
// Make sure the files we are mapping into the container exist on the host
Expand Down
20 changes: 10 additions & 10 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@ build_linux_developer:
ARCH: linux
TARGET: developer

build_rtems_runtime:
extends: .build
variables:
ARCH: rtems
TARGET: runtime
# build_rtems_runtime:
# extends: .build
# variables:
# ARCH: rtems
# TARGET: runtime

build_rtems_developer:
extends: .build
variables:
ARCH: rtems
TARGET: developer
# build_rtems_developer:
# extends: .build
# variables:
# ARCH: rtems
# TARGET: developer
3 changes: 0 additions & 3 deletions .vscode/settings.json

This file was deleted.

0 comments on commit c07c4de

Please sign in to comment.