Skip to content

Commit 87c0287

Browse files
committed
Dev Containers: Update HLS to v2.12.0.0
- Update script rc.sh
1 parent ebaab83 commit 87c0287

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.devcontainer/conf/shell/var/tmp/snippets/rc.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

2-
# remove potentially appended $HOME/.local/bin from PATH
3-
PATH="${PATH%:$HOME/.local/bin}"
2+
# remove potentially present $HOME/.local/bin from PATH
3+
PATH="${PATH/:$HOME\/.local\/bin/}"
44

55
# set PATH so it includes user's private bin if it exists
66
if [ -d "$HOME/bin" ] && [[ "$PATH" != *"$HOME/bin"* ]] ; then

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"args": {
66
"GHC_VERSION": "9.10.2",
77
// "SUBTAG": "int-native",
8-
"HLS_VERSION": "2.11.0.0",
8+
"HLS_VERSION": "2.12.0.0",
99
"USE_ZSH_FOR_ROOT": "unset-to-use-ash",
1010
"LANG": "C.UTF-8",
1111
"TZ": ""

0 commit comments

Comments
 (0)