Skip to content
This repository was archived by the owner on Jan 12, 2025. It is now read-only.

Commit 3f6bdda

Browse files
Feature-maintenance-1 (#471)
* feature linting * update asdf-package based features
1 parent bf0ee94 commit 3f6bdda

File tree

71 files changed

+170
-94
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+170
-94
lines changed

src/act-asdf/install.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,15 @@ source ./library_scripts.sh
99
# `ensure_nanolayer` is a bash function that will find any existing nanolayer installations,
1010
# and if missing - will download a temporary copy that automatically get deleted at the end
1111
# of the script
12-
ensure_nanolayer nanolayer_location "v0.4.29"
12+
ensure_nanolayer nanolayer_location "v0.4.45"
1313

1414

1515
$nanolayer_location \
1616
install \
1717
devcontainer-feature \
1818
"ghcr.io/devcontainers-contrib/features/asdf-package:1.0.5" \
1919
--option plugin='act' --option version="$VERSION"
20+
2021

2122

2223
echo 'Done!'

src/alp-asdf/install.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,15 @@ source ./library_scripts.sh
99
# `ensure_nanolayer` is a bash function that will find any existing nanolayer installations,
1010
# and if missing - will download a temporary copy that automatically get deleted at the end
1111
# of the script
12-
ensure_nanolayer nanolayer_location "v0.4.29"
12+
ensure_nanolayer nanolayer_location "v0.4.45"
1313

1414

1515
$nanolayer_location \
1616
install \
1717
devcontainer-feature \
1818
"ghcr.io/devcontainers-contrib/features/asdf-package:1.0.5" \
1919
--option plugin='alp' --option version="$VERSION"
20+
2021

2122

2223
echo 'Done!'

src/boundary-asdf/install.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,15 @@ source ./library_scripts.sh
99
# `ensure_nanolayer` is a bash function that will find any existing nanolayer installations,
1010
# and if missing - will download a temporary copy that automatically get deleted at the end
1111
# of the script
12-
ensure_nanolayer nanolayer_location "v0.4.29"
12+
ensure_nanolayer nanolayer_location "v0.4.45"
1313

1414

1515
$nanolayer_location \
1616
install \
1717
devcontainer-feature \
1818
"ghcr.io/devcontainers-contrib/features/asdf-package:1.0.5" \
1919
--option plugin='boundary' --option version="$VERSION"
20+
2021

2122

2223
echo 'Done!'

src/ccache-asdf/install.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,23 @@ source ./library_scripts.sh
99
# `ensure_nanolayer` is a bash function that will find any existing nanolayer installations,
1010
# and if missing - will download a temporary copy that automatically get deleted at the end
1111
# of the script
12-
ensure_nanolayer nanolayer_location "v0.4.29"
12+
ensure_nanolayer nanolayer_location "v0.4.45"
1313

1414

1515
$nanolayer_location \
1616
install \
1717
devcontainer-feature \
1818
"ghcr.io/devcontainers-contrib/features/apt-get-packages:1.0.4" \
1919
--option packages='build-essential,cmake'
20+
2021

2122

2223
$nanolayer_location \
2324
install \
2425
devcontainer-feature \
2526
"ghcr.io/devcontainers-contrib/features/asdf-package:1.0.5" \
2627
--option plugin='ccache' --option version="$VERSION"
28+
2729

2830

2931
echo 'Done!'

src/chezscheme-asdf/install.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,23 @@ source ./library_scripts.sh
99
# `ensure_nanolayer` is a bash function that will find any existing nanolayer installations,
1010
# and if missing - will download a temporary copy that automatically get deleted at the end
1111
# of the script
12-
ensure_nanolayer nanolayer_location "v0.4.29"
12+
ensure_nanolayer nanolayer_location "v0.4.45"
1313

1414

1515
$nanolayer_location \
1616
install \
1717
devcontainer-feature \
1818
"ghcr.io/devcontainers-contrib/features/apt-get-packages:1.0.4" \
1919
--option packages='build-essential,uuid-dev,libncurses5-dev,libx11-dev'
20+
2021

2122

2223
$nanolayer_location \
2324
install \
2425
devcontainer-feature \
2526
"ghcr.io/devcontainers-contrib/features/asdf-package:1.0.5" \
2627
--option plugin='chezscheme' --option version="$VERSION"
28+
2729

2830

2931
echo 'Done!'

src/clojure-asdf/install.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,15 @@ source ./library_scripts.sh
99
# `ensure_nanolayer` is a bash function that will find any existing nanolayer installations,
1010
# and if missing - will download a temporary copy that automatically get deleted at the end
1111
# of the script
12-
ensure_nanolayer nanolayer_location "v0.4.29"
12+
ensure_nanolayer nanolayer_location "v0.4.45"
1313

1414

1515
$nanolayer_location \
1616
install \
1717
devcontainer-feature \
1818
"ghcr.io/devcontainers-contrib/features/asdf-package:1.0.5" \
1919
--option plugin='clojure' --option version="$VERSION"
20+
2021

2122

2223
echo 'Done!'

src/cmctl-asdf/install.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,15 @@ source ./library_scripts.sh
99
# `ensure_nanolayer` is a bash function that will find any existing nanolayer installations,
1010
# and if missing - will download a temporary copy that automatically get deleted at the end
1111
# of the script
12-
ensure_nanolayer nanolayer_location "v0.4.29"
12+
ensure_nanolayer nanolayer_location "v0.4.45"
1313

1414

1515
$nanolayer_location \
1616
install \
1717
devcontainer-feature \
1818
"ghcr.io/devcontainers-contrib/features/asdf-package:1.0.5" \
1919
--option plugin='cmctl' --option version="$VERSION"
20+
2021

2122

2223
echo 'Done!'

src/consul-asdf/install.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,15 @@ source ./library_scripts.sh
99
# `ensure_nanolayer` is a bash function that will find any existing nanolayer installations,
1010
# and if missing - will download a temporary copy that automatically get deleted at the end
1111
# of the script
12-
ensure_nanolayer nanolayer_location "v0.4.29"
12+
ensure_nanolayer nanolayer_location "v0.4.45"
1313

1414

1515
$nanolayer_location \
1616
install \
1717
devcontainer-feature \
1818
"ghcr.io/devcontainers-contrib/features/asdf-package:1.0.5" \
1919
--option plugin='consul' --option version="$VERSION"
20+
2021

2122

2223
echo 'Done!'

src/crystal-asdf/install.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,15 @@ source ./library_scripts.sh
99
# `ensure_nanolayer` is a bash function that will find any existing nanolayer installations,
1010
# and if missing - will download a temporary copy that automatically get deleted at the end
1111
# of the script
12-
ensure_nanolayer nanolayer_location "v0.4.29"
12+
ensure_nanolayer nanolayer_location "v0.4.45"
1313

1414

1515
$nanolayer_location \
1616
install \
1717
devcontainer-feature \
1818
"ghcr.io/devcontainers-contrib/features/asdf-package:1.0.5" \
1919
--option plugin='crystal' --option version="$VERSION"
20+
2021

2122

2223
echo 'Done!'

src/cue-asdf/install.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,15 @@ source ./library_scripts.sh
99
# `ensure_nanolayer` is a bash function that will find any existing nanolayer installations,
1010
# and if missing - will download a temporary copy that automatically get deleted at the end
1111
# of the script
12-
ensure_nanolayer nanolayer_location "v0.4.29"
12+
ensure_nanolayer nanolayer_location "v0.4.45"
1313

1414

1515
$nanolayer_location \
1616
install \
1717
devcontainer-feature \
1818
"ghcr.io/devcontainers-contrib/features/asdf-package:1.0.5" \
1919
--option plugin='cue' --option version="$VERSION"
20+
2021

2122

2223
echo 'Done!'

0 commit comments

Comments
 (0)