Skip to content

Commit fb0d1f0

Browse files
committed
chore: Remove Chakracore files
1 parent 8ca777a commit fb0d1f0

File tree

7 files changed

+2
-105
lines changed

7 files changed

+2
-105
lines changed

.travis.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -220,10 +220,3 @@ jobs:
220220
env:
221221
- NODE_VERSION="13"
222222
- VARIANT="alpine3.11"
223-
224-
- stage: Build
225-
before_script: *auto_skip
226-
name: chakracore/10 on default
227-
env:
228-
- NODE_VERSION="chakracore/10"
229-
- VARIANT="default"

chakracore/10/Dockerfile

Lines changed: 0 additions & 44 deletions
This file was deleted.

chakracore/Dockerfile.template

Lines changed: 0 additions & 44 deletions
This file was deleted.

chakracore/architectures

Lines changed: 0 additions & 2 deletions
This file was deleted.

chakracore/config

Lines changed: 0 additions & 1 deletion
This file was deleted.

generate-stackbrew-library.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ array_10='10 dubnium'
1212
array_12='12 erbium lts current'
1313
# shellcheck disable=SC2034
1414
array_13='13 latest'
15-
# shellcheck disable=SC2034
16-
array_chakracore_10='chakracore-10 chakracore'
1715

1816
default_variant=$(get_config "./" "default_variant")
1917

test-build.sh

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,8 @@ for version in "${versions[@]}"; do
7474
tag=$(get_tag "${version}")
7575
full_version=$(get_full_version "${version}")
7676

77-
# Required for chakracore
78-
if [ -f "${version}/Dockerfile" ]; then
79-
build "${version}" "default" "${tag}"
80-
test_image "${full_version}" "default" "${tag}"
81-
fi
77+
build "${version}" "default" "${tag}"
78+
test_image "${full_version}" "default" "${tag}"
8279

8380
# Get supported variants according to the target architecture.
8481
# See details in function.sh

0 commit comments

Comments
 (0)